Skip to content

Commit

Permalink
Fix env file separation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Bicelli committed May 17, 2019
1 parent 05bd94e commit 2702a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/travis/deploy/production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ convert_to_boolean_string_zero_is_true() {
convert_to_boolean_string "$1"
fi
}
source ./tools/docker/usr/local/share/env/20-arc-env;
source ./tools/docker/usr/local/share/env/20-docker-env;
source ./tools/docker/usr/local/share/env/21-arc-env;
eval "echo \"$(cat ./tools/travis/deploy/env.yaml)\"" >> ./tools/travis/deploy/env_dist.yaml &&

RELEASE_NAME="$(echo "${APP_NAME}-${TRAVIS_BRANCH}" | tr '[:upper:]' '[:lower:]')"
Expand Down

0 comments on commit 2702a94

Please sign in to comment.