This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121cd $WHISKDIR
2222
2323# pull down images
24- docker pull openwhisk /controller:nightly
25- docker tag openwhisk /controller:nightly ${IMAGE_PREFIX} /controller
26- docker pull openwhisk /invoker:nightly
27- docker tag openwhisk /invoker:nightly ${IMAGE_PREFIX} /invoker
24+ docker pull ibmfunctions /controller:nightly
25+ docker tag ibmfunctions /controller:nightly ${IMAGE_PREFIX} /controller
26+ docker pull ibmfunctions /invoker:nightly
27+ docker tag ibmfunctions /invoker:nightly ${IMAGE_PREFIX} /invoker
2828docker pull openwhisk/nodejs6action:nightly
2929docker tag openwhisk/nodejs6action:nightly nodejs6action
3030
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ HOMEDIR="$SCRIPTDIR/../../../"
1111cd $HOMEDIR
1212# git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
1313
14- git clone https://github.com/apache /openwhisk.git openwhisk
14+ git clone https://github.com/ibm-functions /openwhisk.git openwhisk
1515cd openwhisk
1616# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
1717# Commit: Update the notice year (#5122)
18- git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
18+ git checkout 7ae02b8ede4f4b4068b3b95dbc3f02f902d936c9
1919
2020# Work around for the missing azure-storage-blob:12.6.0 issue.
2121# Version 12.6.0 was removed from maven central. Patching the code to use 12.7.0 instead.
You can’t perform that action at this time.
0 commit comments