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

Commit 7b60337

Browse files
falkzollsomaya10
authored andcommitted
Adapt to 'nightly' tagged builds. (#65)
1 parent 897ec3b commit 7b60337

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
@@ -15,12 +15,12 @@ IMAGE_PREFIX="testing"
1515
cd $WHISKDIR
1616

1717
#pull down images
18-
docker pull openwhisk/controller
19-
docker tag openwhisk/controller ${IMAGE_PREFIX}/controller
20-
docker pull openwhisk/invoker
21-
docker tag openwhisk/invoker ${IMAGE_PREFIX}/invoker
22-
docker pull openwhisk/nodejs6action
23-
docker tag openwhisk/nodejs6action nodejs6action
18+
docker pull openwhisk/controller:nightly
19+
docker tag openwhisk/controller:nightly ${IMAGE_PREFIX}/controller
20+
docker pull openwhisk/invoker:nightly
21+
docker tag openwhisk/invoker:nightly ${IMAGE_PREFIX}/invoker
22+
docker pull openwhisk/nodejs6action:nightly
23+
docker tag openwhisk/nodejs6action:nightly nodejs6action
2424

2525
TERM=dumb ./gradlew install
2626

0 commit comments

Comments
 (0)