Skip to content

Commit

Permalink
Merge pull request #20 from falko189/master
Browse files Browse the repository at this point in the history
Fix env file separation
  • Loading branch information
richdynamix authored May 21, 2019
2 parents 75fe7c6 + 2702a94 commit 388aa7e
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 388aa7e

Please sign in to comment.