Skip to content

Commit

Permalink
wip: Provide a ready to deploy image of the gateway #119
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Jan 6, 2020
1 parent b314928 commit 567ddf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.build.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

# Build express-gateway
EXPRESS_GATEWAY_VERSION=1.6.9
cd ./build/express-gateway
docker build --build-arg TAG=$EXPRESS_GATEWAY_VERSION -f dockerfile -t kalisio/express-gateway:$EXPRESS_GATEWAY_VERSION .
EXPRESS_GATEWAY_VERSION=1.16.9
cd build/express-gateway
docker build --force-rm --build-arg TAG=$EXPRESS_GATEWAY_VERSION -f dockerfile -t kalisio/express-gateway:$EXPRESS_GATEWAY_VERSION .
RESULT_CODE=$?
if [ $RESULT_CODE -ne 0 ]; then
echo "express-gateway generation failed [error: $RESULT_CODE]"
Expand Down

0 comments on commit 567ddf5

Please sign in to comment.