Compare commits

...

2 commits

Author SHA1 Message Date
Tulir Asokan
d01dbc579e Move CI script to main maubot repo 2022-06-19 14:26:32 +03:00
Tulir Asokan
64e2cda7b7 Update CI artifact expiry 2021-11-28 15:35:35 +02:00

View file

@ -1,27 +1,3 @@
image: dock.mau.dev/maubot/maubot include:
- project: 'maubot/maubot'
stages: file: '/.gitlab-ci-plugin.yml'
- build
variables:
PYTHONPATH: /opt/maubot
build:
stage: build
except:
- tags
script:
- python3 -m maubot.cli build -o xyz.maubot.$CI_PROJECT_NAME-$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA.mbp
artifacts:
paths:
- "*.mbp"
build tags:
stage: build
only:
- tags
script:
- python3 -m maubot.cli build -o xyz.maubot.$CI_PROJECT_NAME-$CI_COMMIT_TAG.mbp
artifacts:
paths:
- "*.mbp"