From e23ff8799659ae9e005c6d2d4da5ece2de5c3856 Mon Sep 17 00:00:00 2001 From: falkzoll Date: Fri, 24 May 2024 10:22:34 +0200 Subject: [PATCH] Move to newer openwhisk to fix build break. (#287) - 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