Skip to content
Snippets Groups Projects
Commit 719d9628 authored by Auke Klazema's avatar Auke Klazema
Browse files

TMSS-248: Add standard workflow

This was suggested by the gitlab documentation when using rules. I ran
into the issue that when doing a merge request it only saw the new
rules for tests so it skipped all the other stages. This ofcource does
not result in a full build.

https://docs.gitlab.com/ee/ci/yaml/README.html#workflowrules-templates
parent 96055739
No related branches found
No related tags found
1 merge request!178Resolve TMSS-248
......@@ -7,6 +7,9 @@ stages:
- dockerize
- deploy
include:
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
variables:
FASTLANE: "false"
......
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