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

Revert "Fail on invalid certs"

This reverts commit d324ada1.
This is temporary, until we solve #135 once and for all.
parent e4dc12d6
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ 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