File tree 1 file changed +5
-5
lines changed
.azure-pipelines-templates
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ jobs:
156
156
python3 -m venv ./scripts/azure_deployment/.env
157
157
source ./scripts/azure_deployment/.env/bin/activate
158
158
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)
164
164
name: cleanup_primary_aci
165
165
displayName: "Delete the primary ACIs and Azure Deployments"
166
166
continueOnError: true
You can’t perform that action at this time.
0 commit comments