From a1de9e54cc2680c013d2b5e78b166dd6080ba97a Mon Sep 17 00:00:00 2001 From: Falk Zoll Date: Thu, 23 May 2024 15:07:45 +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 fixes 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 4e45cb3..5a33fe1 100755 --- a/tools/travis/setup.sh +++ b/tools/travis/setup.sh @@ -31,7 +31,7 @@ cd $HOMEDIR git clone https://github.com/ibm-functions/openwhisk.git openwhisk cd openwhisk -git checkout 9b768646b31928cd4ca02d2e4dcc5ba95ad5494b +git checkout 33fe0a6426c327f965805851bed524a8d7dd414b ./tools/travis/setup.sh