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

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


The following commit(s) were added to refs/heads/master by this push:
     new e75f850  change travis builds to publish docker images with tag 
'nightly' (#11)
e75f850 is described below

commit e75f850f8953cc21b155a7df43923ba85dcd7577
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Sat Jun 29 17:59:51 2019 -0400

    change travis builds to publish docker images with tag 'nightly' (#11)
---
 .travis.yml             | 2 +-
 tools/travis/publish.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 0e33749..24146b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ deploy:
     all_branches: true
     repo: apache/incubator-openwhisk-runtime-dotnet
 - provider: script
-  script: "./tools/travis/publish.sh openwhisk 2.2 latest"
+  script: "./tools/travis/publish.sh openwhisk 2.2 nightly"
   on:
     branch: master
     repo: apache/incubator-openwhisk-runtime-dotnet
diff --git a/tools/travis/publish.sh b/tools/travis/publish.sh
index 397947d..a654e3a 100755
--- a/tools/travis/publish.sh
+++ b/tools/travis/publish.sh
@@ -41,8 +41,8 @@ TERM=dumb ./gradlew \
 -PdockerImagePrefix=${IMAGE_PREFIX} \
 -PdockerImageTag=${IMAGE_TAG}
 
-  # if doing latest also push a tag with the hash commit
-  if [ ${IMAGE_TAG} == "latest" ]; then
+  # if doing nightly also push a tag with the hash commit
+  if [ ${IMAGE_TAG} == "nightly" ]; then
   SHORT_COMMIT=`git rev-parse --short HEAD`
   TERM=dumb ./gradlew \
   :core:dotnet${RUNTIME}:distDocker \

Reply via email to