We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4172575 commit 2d11c62Copy full SHA for 2d11c62
.gitlab-ci.yml
@@ -1,24 +1,7 @@
1
-# ref: https://docs.gitlab.com/ee/ci/README.html
2
-
3
-stages:
4
- - test
5
6
-.tests:
7
- stage: test
8
- script:
9
- - pip install -r requirements.txt
10
- - pip install -r test-requirements.txt
11
- - pytest --cov=Avalara.SDK
12
13
-test-3.6:
14
- extends: .tests
15
- image: python:3.6-alpine
16
-test-3.7:
17
18
- image: python:3.7-alpine
19
-test-3.8:
20
21
- image: python:3.8-alpine
22
-test-3.9:
23
24
- image: python:3.9-alpine
+include:
+ - project: sre/gitlab-templates
+ ref: v4
+ file:
+ - pipelines/common/security/sast.yml
+ - pipelines/common/stages/stages.yml
+ - pipelines/common/workflows/trunk.yml
0 commit comments