Skip to content

Commit 775db77

Browse files
remvoed IP removal from manifest upload
1 parent 952b3a7 commit 775db77

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tasks/dbt-manifest-upload/action.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runs:
3131
- name: Upload DBT Manifest for database
3232
uses: azure/CLI@v1
3333
with:
34+
azcliversion: latest
3435
inlineScript: |
3536
az storage blob upload --account-name ${{ inputs.storage-account }} \
3637
--auth-mode login \
@@ -39,14 +40,6 @@ runs:
3940
--content-type 'application/json' \
4041
--overwrite
4142
42-
- name: add the IP address of the agent to the allowed list
43-
uses: azure/CLI@v1
44-
if: always()
45-
with:
46-
inlineScript: |
47-
echo "Remove this IP address from the rules: ${{ env.AGENT_IP}}"
48-
az storage account network-rule remove --resource-group ${{ inputs.resource-group }} --account-name ${{ inputs.storage-account }} --ip-address ${{ env.AGENT_IP}}
49-
5043
# Azure logout
5144
- name: logout
5245
shell: bash

0 commit comments

Comments
 (0)