File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ steps:
31
31
shell : bash
32
32
timeoutInSeconds : 300
33
33
command : |
34
- cd /workspace/oci-multiplayer
34
+ cd /workspace/save-the-wildlife
35
35
adb_wallet_password="$(openssl rand -base64 12)_$RANDOM"
36
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"
37
37
- type : Command
38
38
name : " Custom Kustomize with versions"
39
39
shell : bash
40
40
timeoutInSeconds : 300
41
41
command : |
42
- cd /workspace/oci-multiplayer
42
+ cd /workspace/save-the-wildlife
43
43
redis_password=$(oci secrets secret-bundle get --secret-id ${redis_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
44
44
adb_admin_password=$(oci secrets secret-bundle get --secret-id ${adb_admin_password_id} --query 'data."secret-bundle-content".content' | tr -d '\"' | base64 -d)
45
45
npx zx scripts/kustom.mjs ${region_key} $redis_password $adb_admin_password ${adb_service}
73
73
timeoutInSeconds : 100
74
74
command : |
75
75
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/"
You can’t perform that action at this time.
0 commit comments