Skip to content
Snippets Groups Projects
Verified Commit d324ada1 authored by Varac's avatar Varac
Browse files

Fail on invalid certs

parent e26ac853
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ certs:
stage: test
variables:
OAS_DOMAIN: 'ci-${CI_PIPELINE_ID}.ci.openappstack.net'
allow_failure: true
script:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment