Skip to content

Commit

Permalink
fetch tags
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Dec 7, 2023
1 parent 99b85f4 commit 49da374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/download-canister-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ then
COMMIT_ID=$(jq -r .$CANISTER_NAME ./canister_commit_ids.json)
elif [[ $WASM_SRC =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]]
then
git fetch -t
echo "here1"
if [[ $(git tag -l $WASM_SRC) ]]
then
Expand Down

0 comments on commit 49da374

Please sign in to comment.