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

dubeejw pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-deploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bf1474  renaming skip deploy variable (#9)
3bf1474 is described below

commit 3bf1474bbfa1ffb3d7da3af998bef84f71443031
Author: Belinda Vennam <beemari...@gmail.com>
AuthorDate: Thu Jan 11 15:29:00 2018 -0500

    renaming skip deploy variable (#9)
    
    SKIP_DEPLOY renamed to INSTALL_WEB_ONLY
---
 packages/installCatalog.sh | 4 ++--
 tools/travis/build.sh      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/installCatalog.sh b/packages/installCatalog.sh
index 098a0ff..0a79955 100755
--- a/packages/installCatalog.sh
+++ b/packages/installCatalog.sh
@@ -20,7 +20,7 @@ AUTH="$1"
 EDGE_HOST="$2"
 WSK_CLI="$3"
 DOCKER="$4"
-SKIP_DEPLOY="${SKIP_DEPLOY:-True}"
+INSTALL_WEB_ONLY="${INSTALL_WEB_ONLY:-True}"
 
 # If docker is not provided, set to default version.
 if [ -z "$4" ]
@@ -74,7 +74,7 @@ $WSK_CLI -i --apihost "$EDGE_HOST" action update --auth 
"$AUTH" "deployWeb/wskde
 
 
 cd actions
-if [ $SKIP_DEPLOY = False ]
+if [ $INSTALL_WEB_ONLY = False ]
   then
   if [ -e deploy.zip ]
   then
diff --git a/tools/travis/build.sh b/tools/travis/build.sh
index 19f6208..c980eee 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -37,7 +37,7 @@ $ANSIBLE_CMD openwhisk.yml
 
 # Set Environment
 export OPENWHISK_HOME=$WHISKDIR
-export SKIP_DEPLOY="True"
+export INSTALL_WEB_ONLY="True"
 
 cd $WHISKDIR
 
@@ -59,7 +59,7 @@ cd $ROOTDIR/packages
 
 # Test
 cd $ROOTDIR
-if [ $SKIP_DEPLOY = True ]
+if [ $INSTALL_WEB_ONLY = True ]
   then
   TERM=dumb ./gradlew :tests:test --tests "packages.DeployWebTests"
 else

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to