Skip to content

Commit 15622a2

Browse files
committed
Don't post-delete deployment
1 parent eba0b09 commit 15622a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.azure-pipelines-templates/deploy_aci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ jobs:
156156
python3 -m venv ./scripts/azure_deployment/.env
157157
source ./scripts/azure_deployment/.env/bin/activate
158158
pip install -r ./scripts/azure_deployment/requirements.txt
159-
python3 scripts/azure_deployment/arm_template.py remove aci \
160-
--subscription-id $(CCF_AZURE_SUBSCRIPTION_ID) \
161-
--resource-group ccf-aci \
162-
--aci-type dynamic-agent \
163-
--deployment-name ci-$(Build.BuildNumber)
159+
# python3 scripts/azure_deployment/arm_template.py remove aci \
160+
# --subscription-id $(CCF_AZURE_SUBSCRIPTION_ID) \
161+
# --resource-group ccf-aci \
162+
# --aci-type dynamic-agent \
163+
# --deployment-name ci-$(Build.BuildNumber)
164164
name: cleanup_primary_aci
165165
displayName: "Delete the primary ACIs and Azure Deployments"
166166
continueOnError: true

0 commit comments

Comments
 (0)