Skip to content

Commit

Permalink
remove core from hashcommit push in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
csantanapr committed Sep 24, 2018
1 parent c9fd6e8 commit a7a57d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/publish.sh
Expand Up @@ -39,7 +39,7 @@ TERM=dumb ./gradlew \
if [ ${IMAGE_TAG} == "latest" ]; then
SHORT_COMMIT=`git rev-parse --short HEAD`
TERM=dumb ./gradlew \
:core:${RUNTIME}:distDocker \
:${RUNTIME}:distDocker \
-PdockerRegistry=docker.io \
-PdockerImagePrefix=${IMAGE_PREFIX} \
-PdockerImageTag=${SHORT_COMMIT}
Expand Down

0 comments on commit a7a57d9

Please sign in to comment.