]> git.r.bdr.sh - rbdr/r.bdr.sh/blame - .gitlab-ci.yml
Indent refs from except/only
[rbdr/r.bdr.sh] / .gitlab-ci.yml
CommitLineData
300639b4
RBR
1stages:
2 - upload
3
4upload:
5 stage: upload
e109f04e
RBR
6 except:
7 refs:
8 - main
300639b4
RBR
9 script:
10 - make upload
11
12upload_production:
13 stage: upload
e109f04e
RBR
14 only:
15 refs:
16 - main
300639b4
RBR
17 environment: production
18 script:
19 - make upload