Skip to content

Commit

Permalink
fix: remove set flags from update rootfs script
Browse files Browse the repository at this point in the history
The action "Sync Submodules and Dependencies" on finch failed with the
message "set: Illegal option -o pipefail"

https://github.com/runfinch/finch/actions/runs/5760444005/job/15616416221

Signed-off-by: Gavin Inglis <giinglis@amazon.com>
  • Loading branch information
ginglis13 committed Aug 4, 2023
1 parent 0741eeb commit 27b6dc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/update-rootfs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
set -euxo pipefail

DEPENDENCY_CLOUDFRONT_URL="https://deps.runfinch.com/"
AARCH64_FILENAME_PATTERN="common/aarch64/finch-rootfs-production-arm64-[0-9].*\.tar.zst$"
Expand Down

0 comments on commit 27b6dc4

Please sign in to comment.