dubeejw commented on a change in pull request #184: Create tarball for Nginx container in OpenWhisk as part of release deploy script URL: https://github.com/apache/incubator-openwhisk-cli/pull/184#discussion_r162820507
########## File path: tools/travis/test_openwhisk.sh ########## @@ -2,57 +2,85 @@ set -e -cd $TRAVIS_BUILD_DIR -./tools/travis/scancode.sh -make lint -make build -make test -export PATH=$PATH:$TRAVIS_BUILD_DIR; -make native_test; - -export OPENWHISK_HOME="$(dirname "$TRAVIS_BUILD_DIR")/incubator-openwhisk"; +# +# At this point, the Travis build should already have built the binaries and +# the release. If you're running manually, this command should get you to +# the same place: +# +# ./gradlew buildBinaries release Review comment: This should be `./gradlew release`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
