We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cf4af commit df78a93Copy full SHA for df78a93
.travis.yml
@@ -9,7 +9,7 @@ services:
9
install:
10
- pip install coverage coveralls
11
- docker run --name avalon-mongo -d mongo
12
- - docker build -t avalon/core:maya -f Dockerfile-maya2016 .
+ - . build_docker.sh
13
14
script:
15
- . test_docker.sh
build_docker.sh
@@ -1 +1 @@
1
-docker build -t avalon/core -f Dockerfile-maya2016 .
+docker build -t avalon/core:maya -f Dockerfile-maya2016 .
0 commit comments