Skip to content

Commit ca300ea

Browse files
committed
Update destroy.sh
Update destroy.sh
1 parent f76c8ea commit ca300ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mtdrworkshop/teardown/destroy.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ export MTDRWORKSHOP_OKE_CLUSTER=$(cat $WORKINGDIR/mtdrworkshopclusterid.txt)
2121
echo Deleting ADB $MTDRDB ...
2222
oci 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 ...
2525
oci ce cluster delete --cluster-id $MTDRWORKSHOP_OKE_CLUSTER --force
2626

27-
echo Deleting API-gateway ...
27+
echo Deleting API-gateway $MTDRGTW_OCID ...
2828
oci api-gateway gateway delete --gateway-id $MTDRGTW_OCID --force
2929

3030
echo Deleting Bucket ...
3131
oci os bucket delete --bucket-name mtdrworkshop --force
3232

33-
echo Deleting Repository ...
33+
echo Deleting Repository $DOCKER_REGISTRY ...
3434
oci artifacts container repository delete --repository-id $DOCKER_REGISTRY

0 commit comments

Comments
 (0)