Skip to content

Commit df78a93

Browse files
committed
Reuse script
1 parent 97cf4af commit df78a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
install:
1010
- pip install coverage coveralls
1111
- docker run --name avalon-mongo -d mongo
12-
- docker build -t avalon/core:maya -f Dockerfile-maya2016 .
12+
- . build_docker.sh
1313

1414
script:
1515
- . test_docker.sh

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker build -t avalon/core -f Dockerfile-maya2016 .
1+
docker build -t avalon/core:maya -f Dockerfile-maya2016 .

0 commit comments

Comments
 (0)