We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f97330 commit 6cbfef1Copy full SHA for 6cbfef1
.github/workflows/ci.yaml
@@ -88,7 +88,7 @@ jobs:
88
$ANSIBLE_CMD couchdb.yml
89
$ANSIBLE_CMD initdb.yml
90
$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"}}}'
+ $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
92
$ANSIBLE_CMD apigateway.yml
93
$ANSIBLE_CMD properties.yml # required for to run before routemgmt.yml
94
$ANSIBLE_CMD routemgmt.yml
0 commit comments