Skip to content

Commit

Permalink
Fixing shell command for version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Jan 3, 2018
1 parent 126ad5c commit 7303d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_js:
notifications:
email: false
script:
- IMAGE_VERSION=$(shell git rev-parse HEAD)
- IMAGE_VERSION=$(git rev-parse HEAD)
- docker build -t ketohub:${IMAGE_VERSION} .
- docker create --name ketohub-container ketohub:${IMAGE_VERSION}
- docker cp ketohub-container:/app/dist ./dist/
Expand Down

0 comments on commit 7303d26

Please sign in to comment.