Skip to content

Commit

Permalink
fix var loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Dec 13, 2023
1 parent f581137 commit 77164f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/apply-remote-migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ vcap_application=$(echo $app_vars | jq -rc '.application_env_json.VCAP_APPLICATI
# replace host env var
fixed_vcap_services=$(echo $vcap_services | jq -rc '."aws-rds"[0].credentials.host="host.docker.internal"')

echo "VCAP_SERVICES=$fixed_vcap_services" >> .env.ci
echo "VCAP_APPLICATION=$vcap_application" >> .env.ci
echo "VCAP_SERVICES='$fixed_vcap_services'" >> .env.ci
echo "VCAP_APPLICATION='$vcap_application'" >> .env.ci

set -a
source .env.ci
Expand Down

0 comments on commit 77164f8

Please sign in to comment.