Skip to content

Commit

Permalink
V0.2.1 final (#115)
Browse files Browse the repository at this point in the history
* mv example to script dir

* generate.sh versions
  • Loading branch information
wanwiset25 committed Jan 8, 2024
1 parent b1e20d3 commit 88a40f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
20 changes: 0 additions & 20 deletions subnet/deployment-generator/docker.env.example

This file was deleted.

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 88a40f8

Please sign in to comment.