fix: Put phoenix js as an artifact, so npm can fetch

This commit is contained in:
Robert Prehn 2021-03-25 23:02:05 -05:00
parent a2afbcbb1c
commit e84e01d6b8

View file

@ -28,6 +28,12 @@ fetch_application_dependencies:
- mix local.hex --force
- mix local.rebar --force
- mix deps.get
artifacts:
paths:
- deps/phoenix
- deps/phoenix_html
exclude:
- deps/
fetch_asset_dependencies:
stage: asset_dependencies