This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cbfef1  Fix the CI pipeline (#271)
6cbfef1 is described below

commit 6cbfef14cc05b6df5e55d6eb8354c9a43da2f247
Author: Dominic Kim <[email protected]>
AuthorDate: Sat Oct 5 02:14:00 2024 +0900

    Fix the CI pipeline (#271)
---
 .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

Reply via email to