We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877dcff commit 30ad459Copy full SHA for 30ad459
.gitlab-ci.yml
@@ -1,29 +1,3 @@
1
-image: dock.mau.dev/maubot/maubot
2
-
3
-stages:
4
-- build
5
6
-variables:
7
- PYTHONPATH: /opt/maubot
8
9
-build:
10
- stage: build
11
- except:
12
- - tags
13
- script:
14
- - python3 -m maubot.cli build -o xyz.maubot.$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.mbp
15
- artifacts:
16
- paths:
17
- - "*.mbp"
18
- expire_in: 365 days
19
20
-build tags:
21
22
- only:
23
24
25
- - python3 -m maubot.cli build -o xyz.maubot.$CI_PROJECT_NAME-$CI_COMMIT_TAG.mbp
26
27
28
29
- expire_in: never
+include:
+- project: 'maubot/maubot'
+ file: '/.gitlab-ci-plugin.yml'
0 commit comments