diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..05f1e44 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,19 @@ +--- +variables: + RUNNER_TAG: <SET ME> + +.syntax_checking_tags: + tags: + # - shared + # - docker + # - innovation + - $RUNNER_TAG + +.ansible_run_tags: + tags: + # - docker + # - sina + - $RUNNER_TAG + +include: + - local: "gitlab-ci/base.yml" |