houshengbo closed pull request #653: WIP: Pin to openwhisk commit 83982f6687252e793c3e0862e8a23a656f76fc2c URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/653
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..a190c2b 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 83982f6687252e793c3e0862e8a23a656f76fc2c # 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
