Skip to content

Commit

Permalink
chore: upgrade pocket-ic server to 2024-08-29
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Sep 4, 2024
1 parent 3e54016 commit 578bd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_pocket_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd "$SCRIPTS_DIR/../e2e-tests"
uname_sys=$(uname -s | tr '[:upper:]' '[:lower:]')
echo "uname_sys: $uname_sys"

tag="release-2024-08-02_01-30-base"
tag="release-2024-08-29_01-30-base"

curl -sL "https://github.com/dfinity/ic/releases/download/$tag/pocket-ic-x86_64-$uname_sys.gz" --output pocket-ic.gz
gzip -df pocket-ic.gz
Expand Down

0 comments on commit 578bd6b

Please sign in to comment.