Skip to content

Commit 27bc9a7

Browse files
jcamielhurl-bot
authored andcommitted
Make momentarly package-anatomy continues on errors.
1 parent d79e608 commit 27bc9a7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,8 @@ jobs:
700700
- name: Package generic linux aarch64 anatomy
701701
if: ${{ always() }}
702702
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
703705
- name: Package deb x64 anatomy
704706
if: ${{ always() }}
705707
run: bin/release/package-anatomy.sh artifacts/release-deb-x64-artifacts/hurl_*_amd64.deb --compare-with-dir docs/spec/packages

0 commit comments

Comments
 (0)