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-ballerina.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f7df9c  remove extra : in distDocker command (#13)
0f7df9c is described below

commit 0f7df9caccc10078c80e7c1c1d4aef0324cf37be
Author: Carlos Santana <[email protected]>
AuthorDate: Wed Feb 6 21:18:54 2019 -0500

    remove extra : in distDocker command (#13)
---
 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 4a2420a..2832281 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -43,7 +43,7 @@ TERM=dumb ./gradlew \
 if [ ${IMAGE_TAG} == "latest" ]; then
     SHORT_COMMIT=`git rev-parse --short HEAD`
     TERM=dumb ./gradlew \
-    ::ballerina:distDocker \
+    :ballerina:distDocker \
     -PdockerRegistry=docker.io \
     -PdockerImagePrefix=${IMAGE_PREFIX} \
     -PdockerImageTag=${SHORT_COMMIT}

Reply via email to