Skip to content

Commit 6cbfef1

Browse files
authored
Fix the CI pipeline (#271)
1 parent 1f97330 commit 6cbfef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
$ANSIBLE_CMD couchdb.yml
8989
$ANSIBLE_CMD initdb.yml
9090
$ANSIBLE_CMD wipe.yml
91-
$ANSIBLE_CMD openwhisk.yml -e '{"openwhisk_cli":{"installation_mode":"remote","remote":{"name":"OpenWhisk_CLI","dest_name":"OpenWhisk_CLI","location":"https://github.com/apache/openwhisk-cli/releases/download/latest"}}}'
91+
$ANSIBLE_CMD openwhisk.yml -e '{"openwhisk_cli":{"installation_mode":"remote","remote":{"name":"OpenWhisk_CLI","dest_name":"OpenWhisk_CLI","location":"https://github.com/apache/openwhisk-cli/releases/download/latest"}}}' -e db_activation_backend=ElasticSearch
9292
$ANSIBLE_CMD apigateway.yml
9393
$ANSIBLE_CMD properties.yml # required for to run before routemgmt.yml
9494
$ANSIBLE_CMD routemgmt.yml

0 commit comments

Comments
 (0)