Skip to content

Commit

Permalink
fix envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
canthefason committed Feb 22, 2018
1 parent 5484a3b commit dfd0893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ matrix:
fast_finish: true

script: |
docker build -f Dockerfiles/Dockerfile.$(go version | awk '{print $3}') -t canthefason/go-watcher:$WATCHER_VERSION-$(go version | awk '{print $3}') .
GO_VERSION=$(go version | awk 'print $3')
docker build -f Dockerfiles/Dockerfile."$GO_VERSION" -t canthefason/go-watcher:$WATCHER_VERSION-$GO_VERSION .
docker push canthefason/go-watcher:$WATCHER_VERSION-$GO_VERSION

0 comments on commit dfd0893

Please sign in to comment.