Skip to content

Commit

Permalink
Update travis-build.sh
Browse files Browse the repository at this point in the history
use commit hash not build number
  • Loading branch information
siren authored Aug 9, 2017
1 parent 00e7379 commit fb727c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -o errexit -o nounset -o xtrace

ORG=${ORG:-hsldevcom}
DOCKER_TAG=${TRAVIS_BUILD_ID:-latest}
DOCKER_TAG=${TRAVIS_COMMIT:-latest}
DOCKER_IMAGE=$ORG/digitransit-proxy:$DOCKER_TAG
LATEST_IMAGE=$ORG/digitransit-proxy:latest
PROD_IMAGE=$ORG/digitransit-proxy:prod
Expand Down

0 comments on commit fb727c9

Please sign in to comment.