Skip to content
Snippets Groups Projects
Commit 19ccf22c authored by Moul's avatar Moul
Browse files

[ci] Add spaces between stages definitions, rm redshift tag

Since this issue is fixed and can be fixed by disabling 1000i100’s runner
parent c19698bd
No related branches found
No related tags found
No related merge requests found
Pipeline #14268 passed
......@@ -19,9 +19,9 @@ build-job:
- public/
name: build
expire_in: 7 days
package-job:
stage: package
tags: [redshift] # Used to prevent runner 1000i100 from picking up this stage
image: curlimages/curl:latest
script:
- PACKAGE_VERSION="$(date +%Y.%m).${CI_PIPELINE_IID}"
......@@ -33,9 +33,9 @@ package-job:
- 'curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file $HOME/website.tar ${PACKAGE_REGISTRY_URL}/website.tar'
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
release-job:
stage: release
tags: [redshift] # Used to prevent runner 1000i100 from picking up this stage
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
......@@ -47,11 +47,10 @@ release-job:
pages:
stage: deploy
tags: [redshift]
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
script:
- echo "Publishing to Gitlab pages"
artifacts:
paths:
- public/
\ No newline at end of file
- public/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment