From 25cbcecc799315cc3e4951492d01dfe6512b6c00 Mon Sep 17 00:00:00 2001 From: Tim Schubert <tim.schubert@tu-braunschweig.de> Date: Wed, 18 Apr 2018 15:12:41 +0200 Subject: [PATCH 1/3] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7d8fd1..4983d41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ stages: create_tags: image: python:3 stage: deadlines - only: master + only: + - master tags: - abgabesystem From 93bc98081484158ed3c36632cfe61c4cf7bb14dd Mon Sep 17 00:00:00 2001 From: Tim Schubert <tim.schubert@tu-braunschweig.de> Date: Wed, 18 Apr 2018 15:35:46 +0200 Subject: [PATCH 2/3] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4983d41..0eb18f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,4 +14,4 @@ create_tags: script: - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg - pip install python-gitlab - - ./abgabesystem.py deadlines + - python abgabesystem.py deadlines From bc51776c4577f2ce5887c2fcf9fe6046becf93da Mon Sep 17 00:00:00 2001 From: Tim Schubert <tim.schubert@tu-braunschweig.de> Date: Wed, 18 Apr 2018 15:39:23 +0200 Subject: [PATCH 3/3] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0eb18f7..877b1b7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,5 +13,5 @@ create_tags: script: - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg - - pip install python-gitlab + - pip install -r requirements.txt - python abgabesystem.py deadlines