File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ check_internet
8686
8787echo " Downloading dependencies..."
8888
89- curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/ocrvs-9792 /scripts/bootstrap/create-provision-user.sh -o /tmp/create-provision-user.sh
89+ curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/develop /scripts/bootstrap/create-provision-user.sh -o /tmp/create-provision-user.sh
9090chmod +x /tmp/create-provision-user.sh
9191
92- curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/ocrvs-9792 /github-runner/node-runner.sh -o /tmp/node-runner.sh
92+ curl -sS https://raw.githubusercontent.com/opencrvs/infrastructure/develop /github-runner/node-runner.sh -o /tmp/node-runner.sh
9393chmod +x /tmp/node-runner.sh
9494
9595/tmp/create-provision-user.sh --ssh-public-key " $SSH_PUBLIC_KEY "
@@ -105,4 +105,7 @@ echo "
105105⚙️ $PROVISION_USER SSH key pair public key (add on worker nodes if needed):
106106" && \
107107sudo cat /home/$PROVISION_USER /.ssh/id_ed25519.pub
108- echo " Node bootstrap complete for $( hostname) ."
108+ echo " "
109+ echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
110+ echo " ✅ Node bootstrap complete for $( hostname) ."
111+ echo " ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
You can’t perform that action at this time.
0 commit comments