mrutkows closed pull request #656: Pin to openwhisk commit b1330cf4dc90caeed07356f38d83b6d13b3c6ae7 URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/656
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/tools/travis/script.sh b/tools/travis/script.sh index 07aa8aa..b92991c 100755 --- a/tools/travis/script.sh +++ b/tools/travis/script.sh @@ -12,7 +12,9 @@ HOMEDIR="$(dirname "$TRAVIS_BUILD_DIR")" cd $HOMEDIR # OpenWhisk clone to fixed directory location -git clone --depth 3 https://github.com/apache/incubator-openwhisk.git openwhisk +git clone https://github.com/apache/incubator-openwhisk.git openwhisk +cd openwhisk +git reset --hard b1330cf4dc90caeed07356f38d83b6d13b3c6ae7 # Build script for Travis-CI. WHISKDIR="$HOMEDIR/openwhisk" @@ -20,7 +22,8 @@ WHISKDIR="$HOMEDIR/openwhisk" cd $WHISKDIR ./tools/travis/setup.sh -ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk" +ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=testing" +TERM=dumb ./gradlew distDocker -PdockerImagePrefix=testing cd $WHISKDIR/ansible $ANSIBLE_CMD setup.yml ---------------------------------------------------------------- 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
