There was an error while loading. Please reload this page.
1 parent d79e608 commit 27bc9a7Copy full SHA for 27bc9a7
1 file changed
.github/workflows/package.yml
@@ -700,6 +700,8 @@ jobs:
700
- name: Package generic linux aarch64 anatomy
701
if: ${{ always() }}
702
run: bin/release/package-anatomy.sh artifacts/release-generic-linux-aarch64-artifacts/hurl-*-aarch64-unknown-linux-gnu.tar.gz --compare-with-dir docs/spec/packages
703
+ # FIXME: remove this next line to make the job error blocking.
704
+ continue-on-error: true
705
- name: Package deb x64 anatomy
706
707
run: bin/release/package-anatomy.sh artifacts/release-deb-x64-artifacts/hurl_*_amd64.deb --compare-with-dir docs/spec/packages
0 commit comments