This is an automated email from the ASF dual-hosted git repository. style95 pushed a commit to branch fix-ci-pipeline in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git
commit d5cd11d239cdf68b52af21816211a57d42e070e7 Author: Dominic Kim <[email protected]> AuthorDate: Sat Apr 13 10:27:20 2024 +0900 Fix the CI pipeline --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 86dc782..e0f3cc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -88,7 +88,7 @@ jobs: $ANSIBLE_CMD couchdb.yml $ANSIBLE_CMD initdb.yml $ANSIBLE_CMD wipe.yml - $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 $ANSIBLE_CMD apigateway.yml $ANSIBLE_CMD properties.yml # required for to run before routemgmt.yml $ANSIBLE_CMD routemgmt.yml
