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

Commit 4e1385b

Browse files
falkzollsomaya10
authored andcommitted
Adapte to 'nightly' tagged builds. (#92)
1 parent d43bde3 commit 4e1385b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/travis/build.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ export OPENWHISK_HOME=$WHISKDIR
1414
cd $WHISKDIR
1515

1616
# Pull down images
17-
docker pull openwhisk/controller
18-
docker tag openwhisk/controller ${IMAGE_PREFIX}/controller
19-
docker pull openwhisk/invoker
20-
docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
21-
docker pull openwhisk/nodejs6action
22-
docker tag openwhisk/nodejs6action nodejs6action
17+
docker pull openwhisk/controller:nightly
18+
docker tag openwhisk/controller:nightly ${IMAGE_PREFIX}/controller
19+
docker pull openwhisk/invoker:nightly
20+
docker tag openwhisk/invoker:nightly ${IMAGE_PREFIX}/invoker
21+
docker pull openwhisk/nodejs6action:nightly
22+
docker tag openwhisk/nodejs6action:nightly nodejs6action
2323
docker pull openwhisk/python2action
2424
docker tag openwhisk/python2action python2action
2525

0 commit comments

Comments
 (0)