Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed May 3, 2018
1 parent 9f9996e commit c350aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ elif [ "$1" = "build" ]; then
if [ "$BUILD_ENV" != "dev" ] && [ "$BUILD_ENV" != "staging" ] ; then
BUILD_ENV="prod"
fi
source "./config/$BUILD_ENV/env.sh"
source "./config/env/$BUILD_ENV.env"
echo "Building Frontend for env $BUILD_ENV:"
echo " - HTTP API: $HTTP_API_URL"
echo " - WSS API: $WS_API_URL"
Expand Down

0 comments on commit c350aef

Please sign in to comment.