mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
.gitlab-ci.yml: add --no-cache for apk, remove update step
This commit is contained in:
parent
1094a0c0c7
commit
d0015a66e5
@ -3,7 +3,7 @@ image: python:alpine
|
||||
gitlab-ci-pre-commit:
|
||||
stage: build
|
||||
before_script:
|
||||
- apk update && apk add git gcc musl-dev go
|
||||
- apk add --no-cache git gcc musl-dev go
|
||||
- pip install pre-commit
|
||||
script:
|
||||
- pre-commit run --all-files --show-diff-on-failure
|
||||
|
Loading…
Reference in New Issue
Block a user