Skip to content

Commit 6bd2b05

Browse files
authored
ci: update devnet repo url (#875)
1 parent 1fbe45d commit 6bd2b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/deployer/init_script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ mkdir -p /opt/deployer/{bin,root}
7474
mkdir -p /opt/deployer/root/{keystore,keyutils}
7575

7676
# Clone repo
77-
cd /opt/deployer/root/ && git clone https://github.com/icon-project/ibc-devops.git
77+
cd /opt/deployer/root/ && git clone https://github.com/icon-project/devnet.git ibc-devops
7878
cd ibc-devops
7979
git checkout $${DEPLOY_SCRIPT_BRANCH}
8080
cd ..

0 commit comments

Comments
 (0)