This commit is contained in:
Tim Schubert 2018-04-18 15:40:04 +02:00
commit aa45d58bb3

View file

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