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:
|
deps:
|
||||||
stage: deps
|
stage: deps
|
||||||
|
variables:
|
||||||
|
MIX_ENV: prod
|
||||||
script:
|
script:
|
||||||
- mix deps.get
|
- mix deps.get
|
||||||
- mix deps.compile
|
- mix deps.compile
|
||||||
|
- rsync -av _build/prod _build/test
|
||||||
cache:
|
cache:
|
||||||
<<: *cache
|
<<: *cache
|
||||||
policy: pull-push
|
policy: pull-push
|
||||||
|
|
Loading…
Reference in a new issue