Skip to content
Snippets Groups Projects
Commit 6b2a22db authored by Tulir Asokan's avatar Tulir Asokan
Browse files

Move CI script to main maubot repo

parent 107ab665
No related branches found
No related tags found
No related merge requests found
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"
expire_in: 365 days
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"
expire_in: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment