You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/07/09 21:54:17 UTC

[incubator-openwhisk-runtime-java] branch master updated: update publish.sh for changes in repo structure (#65)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d61c59  update publish.sh for changes in repo structure (#65)
6d61c59 is described below

commit 6d61c590d13be2f7ababdf5ae97c35c6ebc066e3
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Jul 9 17:54:15 2018 -0400

    update publish.sh for changes in repo structure (#65)
---
 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 82a6adb..c93cebe 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -42,7 +42,7 @@ fi
 
 if [[ ! -z ${RUNTIME} ]]; then
 TERM=dumb ./gradlew \
-:${RUNTIME}:distDocker \
+core:${RUNTIME}:distDocker \
 -PdockerRegistry=docker.io \
 -PdockerImagePrefix=${IMAGE_PREFIX} \
 -PdockerImageTag=${IMAGE_TAG}