Skip to content

Commit c09715f

Browse files
author
Vincent
authored
Run the properties.yml playbook in order to create whisk.properties (#357)
1 parent 0807de2 commit c09715f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

6263
script:
6364
- cd $TRAVIS_BUILD_DIR/../incubator-openwhisk

tools/travis/test_openwhisk.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
99101
cd $TRAVIS_BUILD_DIR

0 commit comments

Comments
 (0)