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 @@ -21,14 +21,14 @@ export MTDRWORKSHOP_OKE_CLUSTER=$(cat $WORKINGDIR/mtdrworkshopclusterid.txt)
2121echo Deleting ADB $MTDRDB ...
2222oci db autonomous-database delete --autonomous-database-id $MTDRDB_OCID --force
2323
24- echo Deleting the OKE cluster ...
24+ echo Deleting the OKE cluster $MTDRWORKSHOP_OKE_CLUSTER ...
2525oci ce cluster delete --cluster-id $MTDRWORKSHOP_OKE_CLUSTER --force
2626
27- echo Deleting API-gateway ...
27+ echo Deleting API-gateway $MTDRGTW_OCID ...
2828oci api-gateway gateway delete --gateway-id $MTDRGTW_OCID --force
2929
3030echo Deleting Bucket ...
3131oci os bucket delete --bucket-name mtdrworkshop --force
3232
33- echo Deleting Repository ...
33+ echo Deleting Repository $DOCKER_REGISTRY ...
3434oci artifacts container repository delete --repository-id $DOCKER_REGISTRY
You can’t perform that action at this time.
0 commit comments