Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ fi
cd $WHISKDIR

#pull down images
docker pull openwhisk/controller:nightly
docker tag openwhisk/controller:nightly ${IMAGE_PREFIX}/controller
docker pull openwhisk/invoker:nightly
docker tag openwhisk/invoker:nightly ${IMAGE_PREFIX}/invoker
docker pull ibmfunctions/controller:nightly
docker tag ibmfunctions/controller:nightly ${IMAGE_PREFIX}/controller
docker pull ibmfunctions/invoker:nightly
docker tag ibmfunctions/invoker:nightly ${IMAGE_PREFIX}/invoker
docker pull openwhisk/nodejs6action:nightly
docker tag openwhisk/nodejs6action:nightly nodejs6action

Expand Down
4 changes: 2 additions & 2 deletions tools/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ HOMEDIR="$SCRIPTDIR/../../../"
cd $HOMEDIR
# git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk

git clone https://github.com/apache/openwhisk.git openwhisk
git clone https://github.com/ibm-functions/openwhisk.git openwhisk
cd openwhisk
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
# Commit: Update the notice year (#5122)
git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
git checkout 7ae02b8ede4f4b4068b3b95dbc3f02f902d936c9

# Work around for the missing azure-storage-blob:12.6.0 issue.
# Version 12.6.0 was removed from maven central. Patching the code to use 12.7.0 instead.
Expand Down