Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ upload-job: stage: upload image: curlimages/curl:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading Loading @@ -245,7 +245,7 @@ pages-job: stage: upload # image: curlimages/curl:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading Loading @@ -276,7 +276,7 @@ release-job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ upload-job: stage: upload image: curlimages/curl:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading Loading @@ -245,7 +245,7 @@ pages-job: stage: upload # image: curlimages/curl:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading Loading @@ -276,7 +276,7 @@ release-job: stage: release image: registry.gitlab.com/gitlab-org/release-cli:latest needs: - job: prepare - job: prepare-job artifacts: true - job: build-job artifacts: true Loading