Update CI script with rewritten commands

This commit is contained in:
Tim Schubert 2018-08-16 12:53:04 +02:00
parent 7b8e0461d3
commit 05d3586bd4

View file

@ -1,7 +1,7 @@
image: $CI_REGISTRY/abgabesystem/docker-abgabesystem:latest
variables:
BASECODE: test_solutions
BASECODE: solutions/solutions
CI_REPO_HOST: ips1.ibr.cs.tu-bs.de
stages:
@ -29,7 +29,7 @@ deadlines:
- abgabesystem
script:
- python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME
- python3 ./abgabesystem.py deadline -t test -r test_course/solutions/solutions
only:
- tags
@ -41,7 +41,7 @@ plagiates:
script:
- mkdir -p results
- python3 abgabesystem.py plagiates $CI_COMMIT_REF_NAME
- python3 ./abgabesystem.py plagiates -t test -r test_course/solutions/solutions -j /app/jplag.jar
artifacts:
paths:
@ -50,20 +50,6 @@ plagiates:
only:
- tags
sync:
stage: sync
tags:
- abgabesystem
script:
- python3 abgabesystem.py sync
only:
- master
except:
- tags
doc:
stage: test
tags: