From 0c5a1f7dc00f4df6a32186081faa46924593458e Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 30 Apr 2018 09:13:26 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f3f45c..01ad1c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - sync - deadlines - plagiates @@ -18,16 +17,4 @@ create_tags: - abgabesystem script: - - python abgabesystem.py deadlines - -sync_students: - image: python:3 - stage: sync - only: - - master - - tags: - - abgabesystem - - script: - - python abgabesystem.py sync \ No newline at end of file + - python abgabesystem.py deadlines \ No newline at end of file