abgabesystem/.gitlab-ci.yml
2018-04-18 15:39:23 +02:00

17 lines
302 B
YAML

stages:
- deadlines
- plagiates
create_tags:
image: python:3
stage: deadlines
only:
- master
tags:
- abgabesystem
script:
- echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg
- pip install -r requirements.txt
- python abgabesystem.py deadlines