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
No related branches found
No related tags found
No related merge requests found
......@@ -112,17 +112,21 @@ build-testenv:
-t $CI_REGISTRY_IMAGE:latest .
- docker push $CI_REGISTRY_IMAGE:latest
style:
cert:
tags: [notls]
stage: style
stage: cert
image: $CI_REGISTRY_IMAGE:latest
artifacts:
paths:
- .docker/cert/
expire_in: 1 week
script:
- cd .docker
- CAOSHOSTNAME=caosdb-server ./cert.sh
- cd ..
style:
tags: [notls]
stage: style
image: $CI_REGISTRY_IMAGE:latest
script:
- autopep8 -r --diff --exit-code .
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