Skip to content

Commit 593f9ad

Browse files
authored
ci: use shared gitlab CI template (#237)
1 parent 047d4e1 commit 593f9ad

1 file changed

Lines changed: 5 additions & 13 deletions

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,12 @@
1-
default:
2-
tags:
3-
- cloud-integrations
1+
include:
2+
- project: cloud/integrations/ci
3+
file:
4+
- default.yml
5+
- pre-commit.yml
46

57
stages:
68
- test
79

8-
pre-commit:
9-
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-
1810
test:
1911
stage: test
2012

0 commit comments

Comments
 (0)