You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/09/24 19:52:19 UTC

[incubator-openwhisk-runtime-go] branch master updated: remove core from hashcommit push in travis

This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-runtime-go.git


The following commit(s) were added to refs/heads/master by this push:
     new a7a57d9  remove core from hashcommit push in travis
a7a57d9 is described below

commit a7a57d99969aa50b6aba81946506394858d6e354
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Mon Sep 24 15:31:36 2018 -0400

    remove core from hashcommit push in travis
---
 tools/travis/publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index cad9d8a..93da2b1 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -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}