Skip to content

Commit

Permalink
Merge branch 'master' into add-otel-plumbing
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg authored Sep 1, 2021
2 parents 35796e0 + aaf6a8e commit e94c7e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ setup_osie() (
pushd "$SCRATCH"

if [ -z "${TB_OSIE_TAR:-}" ]; then
curl -fsSL 'https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/latest.tar.gz' -o ./osie.tar.gz
local OSIE_DOWNLOAD_LINK=${OSIE_DOWNLOAD_LINK:-"https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/latest.tar.gz"} # If variable not set or null, use default.
curl -fsSL "${OSIE_DOWNLOAD_LINK}" -o ./osie.tar.gz
tar -zxf osie.tar.gz
else
if [ ! -f "$TB_OSIE_TAR" ]; then
Expand Down

0 comments on commit e94c7e9

Please sign in to comment.