From 90721e3106970c2037631de50402f380517a859e Mon Sep 17 00:00:00 2001 From: falkzoll Date: Thu, 23 May 2024 15:01:00 +0200 Subject: [PATCH] Move to newer openwhisk to fix build break. (#282) - Updated python package requests=2.32.2 causes deployment to fail. New openwhisk version fixed this. --- tools/travis/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis/setup.sh b/tools/travis/setup.sh index a9d5bcc..3af42c9 100755 --- a/tools/travis/setup.sh +++ b/tools/travis/setup.sh @@ -14,7 +14,7 @@ cd $HOMEDIR git clone https://github.com/ibm-functions/openwhisk.git openwhisk cd openwhisk -git checkout 03ce08c5b3fdac1a6dd3ae59f893e07cdc8628a2 +git checkout 33fe0a6426c327f965805851bed524a8d7dd414b # setup the openwhisk environment ./tools/travis/setup.sh