Update .gitlab-ci.yml
This commit is contained in:
parent
992f5014f3
commit
0c5a1f7dc0
1 changed files with 1 additions and 14 deletions
|
@ -1,5 +1,4 @@
|
||||||
stages:
|
stages:
|
||||||
- sync
|
|
||||||
- deadlines
|
- deadlines
|
||||||
- plagiates
|
- plagiates
|
||||||
|
|
||||||
|
@ -18,16 +17,4 @@ create_tags:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python abgabesystem.py deadlines
|
- python abgabesystem.py deadlines
|
||||||
|
|
||||||
sync_students:
|
|
||||||
image: python:3
|
|
||||||
stage: sync
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
tags:
|
|
||||||
- abgabesystem
|
|
||||||
|
|
||||||
script:
|
|
||||||
- python abgabesystem.py sync
|
|
Loading…
Add table
Add a link
Reference in a new issue