Skip to content

Commit 463ccd1

Browse files
committed
Updated for the last BaseImage release
1 parent fc51312 commit 463ccd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
- docker run --rm --privileged multiarch/qemu-user-static:register --reset
1010

1111
script:
12-
- make build BRANCH=$TRAVIS_BRANCH GIT_COMMIT=$TRAVIS_COMMIT GITHUB_TOKEN=$GITHUB_TOKEN
12+
- make build BRANCH=$TRAVIS_BRANCH GIT_COMMIT=$(git rev-parse --short $TRAVIS_COMMIT) GITHUB_TOKEN=$GITHUB_TOKEN
1313
- make test_all BRANCH=$TRAVIS_BRANCH
1414

1515
after_script: docker images

0 commit comments

Comments
 (0)