GitLab CI: try copying prod build for test

This commit is contained in:
Alex Gleason 2022-08-29 20:01:55 -05:00
parent 770058b274
commit 35111b5b53
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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