This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
cd $WHISKDIR
22
22
23
23
# 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
28
28
docker pull openwhisk/nodejs6action:nightly
29
29
docker tag openwhisk/nodejs6action:nightly nodejs6action
30
30
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ HOMEDIR="$SCRIPTDIR/../../../"
11
11
cd $HOMEDIR
12
12
# git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
13
13
14
- git clone https://github.com/apache /openwhisk.git openwhisk
14
+ git clone https://github.com/ibm-functions /openwhisk.git openwhisk
15
15
cd openwhisk
16
16
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
17
17
# Commit: Update the notice year (#5122)
18
- git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
18
+ git checkout 7ae02b8ede4f4b4068b3b95dbc3f02f902d936c9
19
19
20
20
# Work around for the missing azure-storage-blob:12.6.0 issue.
21
21
# 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