mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
.gitlab-ci.yml: pip is allowed to break system packages in ci
This commit is contained in:
parent
37a9479733
commit
04729b5611
@ -4,7 +4,7 @@ gitlab-ci-pre-commit:
|
|||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- apk add --no-cache git gcc musl-dev go
|
- apk add --no-cache git gcc musl-dev go
|
||||||
- pip install pre-commit
|
- pip install pre-commit --break-system-packages
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user