We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1008d99 commit 7124155Copy full SHA for 7124155
.travis.yml
@@ -16,9 +16,9 @@ jobs:
16
node_js:
17
- "12"
18
script:
19
- - TAG=`git rev-parse --short ${TRAVIS_COMMIT}`
+ - TAG=`git rev-parse --short=4 ${TRAVIS_COMMIT}`
20
- echo "$DOCKERHUB_PASSWORD" | docker login --username "$DOCKERHUB_LOGIN" --password-stdin
21
- - docker build . -t fossapps/micro.starter --build-arg VERSION=$TAG
+ - docker build . -t fossapps/micro.starter --build-arg VERSION=$TAG
22
- docker run -it --rm -d -p 5000:5000 fossapps/micro.starter
23
- sh ./Micro.Starter.UnitTest/ExternalTests/postman_tests.sh
24
- docker tag fossapps/micro.starter fossapps/micro.starter:$TAG
0 commit comments