We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece627f commit 34933caCopy full SHA for 34933ca
command_spec.yaml
@@ -31,7 +31,7 @@ steps:
31
shell: bash
32
timeoutInSeconds: 300
33
command: |
34
- cd /workspace/https://github.com/WSPluta/save-the-wildlife.git
+ cd /workspace/save-the-wildlife
35
adb_wallet_password="$(openssl rand -base64 12)_$RANDOM"
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"
37
- type: Command
0 commit comments