diff options
author | Al Morton <acmorton@att.com> | 2021-06-24 22:27:07 +0000 |
---|---|---|
committer | Al Morton <acmorton@att.com> | 2021-06-24 22:27:07 +0000 |
commit | 08d54f9b595c5ec960bb274aae0312214f3367af (patch) | |
tree | d59406df68159fa8adbcc8938ec89d886a5252c5 | |
parent | 4d5ce1393e502b6d0e788ba85526bb16a3524b24 (diff) |
Add .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 000000000..1bc0893c3 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +# This file is a template, and might need editing before it works on your project. +include: + template: Jobs/Code-Quality.gitlab-ci.yml |