Skip to content

Commit

Permalink
ci: Simplify pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhahn committed Oct 9, 2023
1 parent 354026e commit d73727e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
workflow:
include:
- project: univention/dist/docker-services
file:
- pre-commit.yml

stages:
- lint

run_pre_commit:
stage: lint
extends: .pre-commit
extends: .pre-commit

0 comments on commit d73727e

Please sign in to comment.