mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-24 12:19:33 +01:00
.gitlab-ci.yml: install exiftool
This commit is contained in:
parent
582936f2e9
commit
d2f647cedc
@ -3,7 +3,7 @@ image: python:alpine
|
|||||||
gitlab-ci-pre-commit:
|
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 exiftool
|
||||||
- pip install pre-commit
|
- pip install pre-commit
|
||||||
script:
|
script:
|
||||||
- pre-commit run --all-files --show-diff-on-failure
|
- pre-commit run --all-files --show-diff-on-failure
|
||||||
|
Loading…
Reference in New Issue
Block a user