-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitlab-ci.yml
More file actions
31 lines (25 loc) · 1.07 KB
/
.gitlab-ci.yml
File metadata and controls
31 lines (25 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Code generated by kickr; DO NOT EDIT.
---
include:
- local: .gitlab/pipelines/semantic-release.yml
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
- when: always
- local: .gitlab/pipelines/integration.yml
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
- when: always
- local: .gitlab/pipelines/kickr.yml
# secret variables
# (define the variables below in your GitLab group/project variables)
# https://gitlab.com/to-be-continuous/semantic-release
# RELEASE_TOKEN: A GitLab 'group access token' or 'project access token' or 'personal access token' with `api` and `write_repository` scopes and at least a `Developer` role.
# SEMREL_GPG_SIGNKEY: Path to the GPG signkey exported with `gpg --armor --export-secret-key` (optional).
# KICKR_TOKEN: A GitLab access token to allow kickr layout update (`write_repository` and `api` scopes with a `Developer` role).
default:
interruptible: true
variables:
PROD_REF: /^(main|v[0-9]+(\.[0-9]+)?\.x)$/
INTEG_REF: /^(alpha|beta|dev|develop|next|rc|staging)$/