We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02a9e5 commit 4f62b96Copy full SHA for 4f62b96
1 file changed
scripts/bash/deploy_arc_ring.sh
@@ -73,13 +73,6 @@ while IFS= read -r MACHINE_JSON; do
73
LOCATION=$(echo "$MACHINE_JSON" | jq -r '.location')
74
echo "Preparing deploy for $MACHINE ($LOCATION)..."
75
76
-RELAY_AUTH_BLOCK=""
77
-if [[ "${ENV_CONFIG}" == "review" && -n "${AZURE_RELAY_SHARED_ACCESS_KEY:-}" ]]; then
78
- RELAY_AUTH_BLOCK="AZURE_RELAY_KEY_NAME=listen
79
-AZURE_RELAY_SHARED_ACCESS_KEY=${AZURE_RELAY_SHARED_ACCESS_KEY}
80
-"
81
-fi
82
-
83
# Build .env, then base64-encode to pass newlines as a run command parameter.
84
# NOTE: Arc Run Command drops protectedParameters for inline source.script,
85
# so EnvContentB64 travels as a regular parameter (base64-encoded, not plain text).
0 commit comments