Skip to content
Snippets Groups Projects
Commit f066b81d authored by Dave Moxey's avatar Dave Moxey
Browse files

Merge branch 'fix/fork-url-ci' into 'master'

Fix forks

See merge request !4
parents 5cd54999 3ebd6102
Branches master
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ trigger_mr:
variables:
ENVIRONMENT: test
UPSTREAM_REF: $CI_COMMIT_REF_NAME
UPSTREAM_URL: "${CI_SERVER_PROTOCOL}://${PROJECT_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"
MR_REF: $CI_MERGE_REQUEST_REF_PATH
only:
- merge_requests
trigger:
......
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