Skip to content

Commit

Permalink
WIPPwerbwrtb
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Dec 3, 2019
1 parent 6df7921 commit 007bb11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,11 @@ jobs:
name: create volumes
command: |
docker create \
-v /opt/app \
-v /deps \
-v /opt/app/priv \
-v /opt/src \
--name volumes alpine:3.4 /bin/true
docker cp `pwd` volumes:/opt/
docker cp `pwd`/* volumes:/opt/src/
- run:
name: fcm
command: |
Expand Down Expand Up @@ -253,7 +254,7 @@ jobs:
--volumes-from volumes \
--network integration \
-e MIX_ENV=integration \
-w="/opt/app" \
-w="/opt/src" \
rslota/beam-builder:erlang-22.0_elixir-1.9 \
mix do compile, test test/api test/api/v3_fcm_test.ex
Expand Down

0 comments on commit 007bb11

Please sign in to comment.