Skip to content

Commit

Permalink
feat(scripts): update install jstz cli to use latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
zcabter committed Oct 8, 2024
1 parent 59e5a0a commit 6690ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install-jstz-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

{ # this ensures the entire script is downloaded

version="20240703"
version="20241007"
network="ghostnet"
# FIXME: https://app.asana.com/0/1205770721173533/1207698416028745/f
# Update the container URL to point to jstz-dev instead of trilitech
# (once the runners have been transferred)
container="ghcr.io/trilitech/jstz-cli:$version"
container="ghcr.io/jstz-dev/jstz/jstz-cli:$version"
jstz_home="$HOME/.jstz"

# ps -p filters on the parent process, -o comm= prints the command name (supressing the header)
Expand Down

0 comments on commit 6690ea0

Please sign in to comment.