Skip to content
Snippets Groups Projects
Commit b6074b48 authored by Marin Jankovski's avatar Marin Jankovski Committed by Felipe Artur
Browse files

Merge branch '2258-fix-qa-builds' into 'master'

Inject credentials to dev.gitlab.org for QA jobs

Closes #2258

See merge request !1504
parent fbef2799
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -270,6 +270,9 @@ QA Master:
services:
- docker:dind
script:
- echo "$DEV_GITLAB_SSH_KEY" > ~/.ssh/id_rsa
- ssh-keyscan -H dev.gitlab.org > ~/.ssh/known_hosts
- chmod -R 0600 ~/.ssh/
- make do_qa_docker_master
allow_failure: true
only:
Loading
Loading
@@ -284,6 +287,9 @@ QA Tag:
services:
- docker:dind
script:
- echo "$DEV_GITLAB_SSH_KEY" > ~/.ssh/id_rsa
- ssh-keyscan -H dev.gitlab.org > ~/.ssh/known_hosts
- chmod -R 0600 ~/.ssh/
- make do_qa_docker_release
allow_failure: true
only:
Loading
Loading
@@ -699,4 +705,4 @@ trigger_docs:
script:
- "curl -X POST -F token=${DOCS_TRIGGER_TOKEN} -F ref=master -F variables[PROJECT]=omnibus https://gitlab.com/api/v3/projects/1794617/trigger/builds"
only:
- master@gitlab-org/omnibus-gitlab
- master@gitlab-org/omnibus-gitlab
\ No newline at end of file
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