From e84e01d6b80826aa4e7ad621697e9801a6824b7d Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:02:05 -0500 Subject: [PATCH] fix: Put phoenix js as an artifact, so npm can fetch --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d715bdd0..12cf022c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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