Skip to content

Commit 06ea5e1

Browse files
committed
Update command_spec.yaml
1 parent 6230a30 commit 06ea5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

command_spec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ steps:
3131
shell: bash
3232
timeoutInSeconds: 300
3333
command: |
34-
cd /workspace/oci-multiplayer
34+
cd /workspace/save-the-wildlife
3535
adb_wallet_password="$(openssl rand -base64 12)_$RANDOM"
3636
oci db autonomous-database generate-wallet --autonomous-database-id ${adb_id} --file "/workspace/oci-multiplayer/deploy/k8s/base/score/wallet.zip" --password "$adb_wallet_password"
3737
- type: Command
3838
name: "Custom Kustomize with versions"
3939
shell: bash
4040
timeoutInSeconds: 300
4141
command: |
42-
cd /workspace/oci-multiplayer
42+
cd /workspace/save-the-wildlife
4343
redis_password=$(oci secrets secret-bundle get --secret-id ${redis_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
4444
adb_admin_password=$(oci secrets secret-bundle get --secret-id ${adb_admin_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
4545
npx zx scripts/kustom.mjs ${region_key} $redis_password $adb_admin_password ${adb_service}
@@ -73,4 +73,4 @@ steps:
7373
timeoutInSeconds: 100
7474
command: |
7575
LB_PUBLIC_IP=$(kubectl get svc ingress-nginx-controller -n ingress-nginx --template="{{range .status.loadBalancer.ingress}}{{.ip}}{{end}}")
76-
echo "http://$LB_PUBLIC_IP/"
76+
echo "http://$LB_PUBLIC_IP/"

0 commit comments

Comments
 (0)