Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 8e87a0d

Browse files
authored
Set Controller and Invoker Tag from nightly to 7ae02b8e (#94)
* Set Controller and Invoker Tag from nightly to ecb2a98 * Set Controller and Invoker to ibmfunctions image * Set openwhisk to ibm openwhisk
1 parent 6041d0d commit 8e87a0d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/travis/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ fi
2121
cd $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
2828
docker pull openwhisk/nodejs6action:nightly
2929
docker tag openwhisk/nodejs6action:nightly nodejs6action
3030

tools/travis/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ HOMEDIR="$SCRIPTDIR/../../../"
1111
cd $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
1515
cd 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.

0 commit comments

Comments
 (0)