Skip to content
Snippets Groups Projects
Commit 5b94aad9 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: cert in its own stage

parent ccd0b0cd
Branches
Tags
No related merge requests found
...@@ -112,17 +112,21 @@ build-testenv: ...@@ -112,17 +112,21 @@ build-testenv:
-t $CI_REGISTRY_IMAGE:latest . -t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest - docker push $CI_REGISTRY_IMAGE:latest
style: cert:
tags: [notls] tags: [notls]
stage: style stage: cert
image: $CI_REGISTRY_IMAGE:latest image: $CI_REGISTRY_IMAGE:latest
artifacts:
paths:
- .docker/cert/
expire_in: 1 week
script: script:
- cd .docker - cd .docker
- CAOSHOSTNAME=caosdb-server ./cert.sh - CAOSHOSTNAME=caosdb-server ./cert.sh
- cd .. style:
tags: [notls]
stage: style
image: $CI_REGISTRY_IMAGE:latest
script:
- autopep8 -r --diff --exit-code . - autopep8 -r --diff --exit-code .
allow_failure: true allow_failure: true
artifacts:
paths:
- .docker/cert/
expire_in: 1 week
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment