Skip to content

Commit 30ad459

Browse files
committed
Move CI script to main maubot repo
1 parent 877dcff commit 30ad459

File tree

1 file changed

+3
-29
lines changed

1 file changed

+3
-29
lines changed

Diff for: .gitlab-ci.yml

+3-29
Original file line numberDiff line numberDiff line change
@@ -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-
stage: build
22-
only:
23-
- tags
24-
script:
25-
- python3 -m maubot.cli build -o xyz.maubot.$CI_PROJECT_NAME-$CI_COMMIT_TAG.mbp
26-
artifacts:
27-
paths:
28-
- "*.mbp"
29-
expire_in: never
1+
include:
2+
- project: 'maubot/maubot'
3+
file: '/.gitlab-ci-plugin.yml'

0 commit comments

Comments
 (0)