From a42e94ce6670ba0fe4e7debab04364fcb90868d4 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 10 Aug 2021 11:16:08 +0100 Subject: [PATCH] Fix JS build artifact The JS build step was reporting the JS source folder as an artifact. I've updated it to use the output folder instead. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61355464..532cf68b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,7 +162,7 @@ build: name: "dist" expire_in: 1 week paths: - - "js/" + - "openflexure_microscope/static/dist/" only: - master