Add variable for public deploy key
This commit is contained in:
parent
5d01c74440
commit
7a475ce466
1 changed files with 14 additions and 0 deletions
|
@ -4,10 +4,12 @@ variables:
|
||||||
REFERENCE_SOLUTION: $CI_PROJECT_NAMESPACE/solutions/solutions
|
REFERENCE_SOLUTION: $CI_PROJECT_NAMESPACE/solutions/solutions
|
||||||
JPLAG_PATH: /app/jplag.jar
|
JPLAG_PATH: /app/jplag.jar
|
||||||
CI_REPO_HOST: $CI_REGISTRY
|
CI_REPO_HOST: $CI_REGISTRY
|
||||||
|
SSH_PUBLIC_KEY: deploy_key.pub
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
- doc
|
- doc
|
||||||
|
- projects
|
||||||
- deadline
|
- deadline
|
||||||
- plagiates
|
- plagiates
|
||||||
|
|
||||||
|
@ -69,3 +71,15 @@ doc:
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
create_projects:
|
||||||
|
## create projects for all enrolled students
|
||||||
|
stage: projects
|
||||||
|
tags:
|
||||||
|
- abgabesystem
|
||||||
|
|
||||||
|
script:
|
||||||
|
- abgabesystem projects -c $CI_PROJECT_NAMESPACE -d $SSH_PUBLIC_KEY
|
||||||
|
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue