Skip to content

Commit ece627f

Browse files
committed
Update command_spec.yaml
1 parent 3e4dc2f commit ece627f

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,9 +31,9 @@ steps:
3131
shell: bash
3232
timeoutInSeconds: 300
3333
command: |
34-
cd /workspace/save-the-wildlife
34+
cd /workspace/https://github.com/WSPluta/save-the-wildlife.git
3535
adb_wallet_password="$(openssl rand -base64 12)_$RANDOM"
36-
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"
36+
oci db autonomous-database generate-wallet --autonomous-database-id ${adb_id} --file "/workspace/save-the-wildlife/deploy/k8s/base/score/wallet.zip" --password "$adb_wallet_password"
3737
- type: Command
3838
name: "Custom Kustomize with versions"
3939
shell: bash
@@ -60,7 +60,7 @@ steps:
6060
shell: bash
6161
timeoutInSeconds: 300
6262
command: |
63-
kubectl apply -k ./oci-multiplayer/deploy/k8s/overlays/devops
63+
kubectl apply -k ./save-the-wildlife/deploy/k8s/overlays/devops
6464
- type: Command
6565
name: "Wait for Load Balancer (sleep)"
6666
shell: bash

0 commit comments

Comments
 (0)