Skip to content

Commit a2baaee

Browse files
committed
Moved automation script to python-scripts directory
1 parent 8d36924 commit a2baaee

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MtdrSpring/utils/oke-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ done
2323

2424
# Get OKE OCID
2525
while ! state_done OKE_OCID; do
26-
OKE_OCID="$(terraform -chdir="${MTDRWORKSHOP_LOCATION/terraform}" output -json | python process-cluster-ocid.json.py)"
26+
OKE_OCID=$(terraform -chdir="${MTDRWORKSHOP_LOCATION}"/terraform output -json | python "$MTDRWORKSHOP_LOCATION"/python-scripts/process-cluster-ocid.json.py)
2727
if [[ $OKE_OCID == Error* ]]; then
2828
echo "$OKE_OCID"
2929
exit
File renamed without changes.

0 commit comments

Comments
 (0)