From 794608302ed321d95726ede57ca284ebd415c7f3 Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Thu, 23 May 2024 13:16:23 +0200 Subject: [PATCH] Move to newer openwhisk to fix build break. - 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