Skip to content

Commit

Permalink
Merge pull request #112 from Baaaaam/fix_docker
Browse files Browse the repository at this point in the history
fix issue on merge
  • Loading branch information
scopatz authored Nov 15, 2016
2 parents 47c3630 + b1d5678 commit ea995f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deployment:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
#build cymetric-deps:latest docker container and push it
- docker/cymetric-deps/build_dockerfile_deps.sh latest
- docker build -t cyclus/cymetric-deps:latest docker/cymetric-deps
- docker build -t cyclus/cymetric-deps:latest .
- docker push cyclus/cymetric-deps:latest
#build cymetric:latest docker container and push it
- docker/cymetric-ci/build_dockerfile_cymetric.sh latest
Expand All @@ -32,7 +32,7 @@ deployment:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
#build cymetric-deps:stable docker container and push it
- docker/cymetric-deps/build_dockerfile_deps.sh stable
- docker build -t cyclus/cymetric-deps:stable docker/cymetric-deps
- docker build -t cyclus/cymetric-deps:stable .
- docker push cyclus/cymetric-deps:stable
#build cymetric-ci:stable docker container and push it
- docker/cymetric-ci/build_dockerfile_cymetric.sh stable
Expand Down
Empty file removed docker/cymetric-deps/Dockerfile
Empty file.

0 comments on commit ea995f4

Please sign in to comment.