Skip to content

Commit

Permalink
fix: on download_sigil.sh, make sure we exit if any command
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Asor committed Nov 22, 2023
1 parent 6ccb9a9 commit c921de1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/images/nginx/download_sigil.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -eou pipefail

export SIGIL_VERSION=0.10.1
export OS=`sh -c "uname -s | tr '[:upper:]' '[:lower:]'"`
export ARCH=`sh -c "uname -m | tr '[:upper:]' '[:lower:]' | sed 's/aarch64/arm64/'"`
Expand Down

0 comments on commit c921de1

Please sign in to comment.