Skip to content

Commit

Permalink
Will that work?
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 4, 2019
1 parent 962e905 commit 223bf21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,14 @@ jobs:
- run: *DOCKER_TAGS
- run:
name: Build docker image
command: docker build -f Dockerfile.release --build-arg MIX_ENV=prod -t $DOCKER_IMAGE:$DOCKER_TAG .
command: docker build -f Dockerfile.release --build-arg MIX_ENV=prod -t TEMPTAGGG .
# command: docker build -f Dockerfile.release --build-arg MIX_ENV=prod -t $DOCKER_IMAGE:$DOCKER_TAG .

integration-tests:
executor:
name: elixir-builder
env: prod
mpush-docker: $DOCKER_IMAGE:$DOCKER_TAG
mpush-docker: "TEMPTAGGG"
steps:
- checkout
- setup_remote_docker:
Expand Down

0 comments on commit 223bf21

Please sign in to comment.