Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ build: name: "dist" expire_in: 1 week paths: - "./dist/*" - "./openflexure_microscope/api/static/dist/" only: - merge_requests Loading @@ -101,10 +101,11 @@ build: # Package package: stage: package dependencies: - build image: ubuntu:latest script: # Build distribution archive - mkdir -p dist Loading @@ -120,6 +121,7 @@ package: - "./dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz.sha256" only: - merge_requests - tags - web Loading Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ build: name: "dist" expire_in: 1 week paths: - "./dist/*" - "./openflexure_microscope/api/static/dist/" only: - merge_requests Loading @@ -101,10 +101,11 @@ build: # Package package: stage: package dependencies: - build image: ubuntu:latest script: # Build distribution archive - mkdir -p dist Loading @@ -120,6 +121,7 @@ package: - "./dist/openflexure-microscope-server-${CI_COMMIT_REF_NAME}.tar.gz.sha256" only: - merge_requests - tags - web Loading