File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ before_script:
5757 - cd $TRAVIS_BUILD_DIR/..
5858 - git clone https://github.com/apache/incubator-openwhisk-utilities.git
5959 - git clone https://github.com/apache/incubator-openwhisk.git
60- - ./incubator-openwhisk/tools/travis/setup.sh
60+ - cd incubator-openwhisk
61+ - ./tools/travis/setup.sh
6162
6263script :
6364 - cd $TRAVIS_BUILD_DIR/../incubator-openwhisk
Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ $ANSIBLE_CMD initdb.yml
9494$ANSIBLE_CMD apigateway.yml
9595$ANSIBLE_CMD wipe.yml
9696$ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$TRAVIS_BUILD_DIR -e controllerProtocolForSetup=http
97+ $ANSIBLE_CMD properties.yml
98+ $ANSIBLE_CMD routemgmt.yml
9799
98100# Run the test cases under openwhisk to ensure the quality of the runnint API.
99101cd $TRAVIS_BUILD_DIR
You can’t perform that action at this time.
0 commit comments