GitLab CI: try copying prod build for test
This commit is contained in:
parent
770058b274
commit
35111b5b53
1 changed files with 3 additions and 0 deletions
|
@ -25,9 +25,12 @@ stages:
|
|||
|
||||
deps:
|
||||
stage: deps
|
||||
variables:
|
||||
MIX_ENV: prod
|
||||
script:
|
||||
- mix deps.get
|
||||
- mix deps.compile
|
||||
- rsync -av _build/prod _build/test
|
||||
cache:
|
||||
<<: *cache
|
||||
policy: pull-push
|
||||
|
|
Loading…
Reference in a new issue