File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ cp $BASE_DIR/docs/assets/architecture.drawio.png docs/assets/architecture.drawio
4040# Build script
4141echo -e ' #!/usr/bin/env bash
4242set -euo pipefail
43- cd $(dirname ${BASH_SOURCE[0]})/..
43+ cd " $(dirname " ${BASH_SOURCE[0]}" )/.."
4444
4545' > .azure/build.sh
4646
4747# Deploy script
4848echo -e ' #!/usr/bin/env bash
4949set -eu
50- cd $(dirname ${BASH_SOURCE[0]})
50+ cd " $(dirname " ${BASH_SOURCE[0]}")"
5151source .settings
5252source .prod.env
5353cd ..
5454
55- client_id="$(echo $AZURE_CREDENTIALS | jq -r .clientId)"
56- client_secret="$(echo $AZURE_CREDENTIALS | jq -r .clientSecret)"
57- subscription_id="$(echo $AZURE_CREDENTIALS | jq -r .subscriptionId)"
58- tenant_id="$(echo $AZURE_CREDENTIALS | jq -r .tenantId)"
55+ client_id="$(echo " $AZURE_CREDENTIALS" | jq -r .clientId)"
56+ client_secret="$(echo " $AZURE_CREDENTIALS" | jq -r .clientSecret)"
57+ subscription_id="$(echo " $AZURE_CREDENTIALS" | jq -r .subscriptionId)"
58+ tenant_id="$(echo " $AZURE_CREDENTIALS:" | jq -r .tenantId)"
5959commit_sha="$(git rev-parse HEAD)"
6060
6161' > .azure/deploy.sh
You can’t perform that action at this time.
0 commit comments