We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047d4e1 commit 593f9adCopy full SHA for 593f9ad
1 file changed
.gitlab-ci.yml
@@ -1,20 +1,12 @@
1
-default:
2
- tags:
3
- - cloud-integrations
+include:
+ - project: cloud/integrations/ci
+ file:
4
+ - default.yml
5
+ - pre-commit.yml
6
7
stages:
8
- test
9
-pre-commit:
- stage: test
10
-
11
- image: python:3.11-alpine
12
- before_script:
13
- - apk add build-base git
14
- - pip install pre-commit
15
- script:
16
- - pre-commit run --all-files --show-diff-on-failure
17
18
test:
19
stage: test
20
0 commit comments