We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbe45d commit 6bd2b05Copy full SHA for 6bd2b05
.github/deployer/init_script.sh
@@ -74,7 +74,7 @@ mkdir -p /opt/deployer/{bin,root}
74
mkdir -p /opt/deployer/root/{keystore,keyutils}
75
76
# Clone repo
77
-cd /opt/deployer/root/ && git clone https://github.com/icon-project/ibc-devops.git
+cd /opt/deployer/root/ && git clone https://github.com/icon-project/devnet.git ibc-devops
78
cd ibc-devops
79
git checkout $${DEPLOY_SCRIPT_BRANCH}
80
cd ..
0 commit comments