Skip to content

Commit

Permalink
fix: Build verification instructions should work with existing old image
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Mar 8, 2023
1 parent ac4878c commit aacbcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/cli/src/ic_admin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ cd ic
git fetch origin
git checkout {version}
if ./gitlab-ci/container/build-ic.sh -i ; then
wget -c https://download.dfinity.systems/ic/{version}/guest-os/update-img/update-img.tar.gz
curl -LO https://download.dfinity.systems/ic/{version}/guest-os/update-img/update-img.tar.gz
shasum -a 256 artifacts/icos/update-img.tar.gz update-img.tar.gz
else
echo "IC-OS build failed. Verification unsuccessful." >&2
Expand Down

0 comments on commit aacbcad

Please sign in to comment.