Update CI script with rewritten commands
This commit is contained in:
parent
7b8e0461d3
commit
05d3586bd4
1 changed files with 3 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
image: $CI_REGISTRY/abgabesystem/docker-abgabesystem:latest
|
image: $CI_REGISTRY/abgabesystem/docker-abgabesystem:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
BASECODE: test_solutions
|
BASECODE: solutions/solutions
|
||||||
CI_REPO_HOST: ips1.ibr.cs.tu-bs.de
|
CI_REPO_HOST: ips1.ibr.cs.tu-bs.de
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
@ -29,7 +29,7 @@ deadlines:
|
||||||
- abgabesystem
|
- abgabesystem
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- python3 abgabesystem.py deadline $CI_COMMIT_REF_NAME
|
- python3 ./abgabesystem.py deadline -t test -r test_course/solutions/solutions
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
@ -41,7 +41,7 @@ plagiates:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p results
|
- 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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -50,20 +50,6 @@ plagiates:
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
sync:
|
|
||||||
stage: sync
|
|
||||||
tags:
|
|
||||||
- abgabesystem
|
|
||||||
|
|
||||||
script:
|
|
||||||
- python3 abgabesystem.py sync
|
|
||||||
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
except:
|
|
||||||
- tags
|
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue