Skip to content

Commit

Permalink
TEMP CHANGE FOR TEST ENV RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Jan 8, 2025
1 parent dcb0b8f commit 2970a5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy_tre_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,10 @@ jobs:
id: ci_cache_cr_login
# will fail if this is a new env which is expected
continue-on-error: true
run: az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}"
run: |
az acr login --name "${{ secrets.CI_CACHE_ACR_NAME }}"
az keyvault update --name "${{ secrets.TRE_ID }}" --public-network-access Enabled # TEMPORARY FOR SINGLE RUN
exit 1 # TEMPORARY FOR SINGLE RUN
- name: Build new devcontainer
env:
Expand Down

0 comments on commit 2970a5d

Please sign in to comment.