Skip to content

Commit

Permalink
TEMP CHECKIN FOR SINGLE RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyry committed Jan 8, 2025
1 parent dcb0b8f commit 272589f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions devops/terraform/bootstrap.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/bin/bash
#-----------------------------------------------------------TEMPORARY FOR SINGLE GH ACTIONS RUN
# shellcheck disable=SC2317
# shellcheck disable=SC2154
az keyvault update --name "kv-${TF_VAR_tre_id}" --public-network-access Enabled
exit 1
#----------------------------------------------------------- TEMPORARY FOR SINGLE GH ACTIONS RUN

set -o errexit
set -o pipefail
set -o nounset
Expand Down

0 comments on commit 272589f

Please sign in to comment.