Skip to content

Commit

Permalink
generate.sh versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Jan 8, 2024
1 parent 48f81bd commit 585799d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion subnet/deployment-generator/script/docker.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ PARENTCHAIN_WALLET_PK=0x11111111111111111111111111111111111111111111111111111111
#docker image versions, default to stable
# VERSION_SUBNET
# VERSION_BOOTNODE
# VERSION_OBSERVER
# VERSION_RELAYER
# VERSION_STATS
# VERSION_FRONTEND
6 changes: 3 additions & 3 deletions subnet/deployment-generator/script/generate.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
VERSION_GENERATOR="generator-csc"
VERSION_CSC="generator-update"
VERSION_SUBNET="feature-puppeth-docker-2"
VERSION_GENERATOR="latest"
VERSION_CSC="v0.1.1"
VERSION_SUBNET="v0.2.2"

current_dir="$(cd "$(dirname "$0")" && pwd)"
echo 'checking for docker.env'
Expand Down

0 comments on commit 585799d

Please sign in to comment.