This commit is contained in:
parent
866876cdf9
commit
139517890b
2 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ steps:
|
|||
--destination "$DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA"
|
||||
|
||||
- name: lint
|
||||
image: git.roboces.dev/catalin/halig:linters-c84d285a66f69b9e426d52cd67c74e464a4605f6
|
||||
image: git.roboces.dev/catalin/halig:linters-$${DRONE_COMMIT_SHA}
|
||||
#image: git.roboces.dev/catalin/halig:linters-c84d285a66f69b9e426d52cd67c74e464a4605f6
|
||||
# $DESTINATION_PREFIX:linters-$DRONE_COMMIT_SHA
|
||||
commands:
|
||||
- pre-commit run --all-files --color always
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ RUN apk add --no-cache \
|
|||
gcc \
|
||||
libressl-dev \
|
||||
musl-dev \
|
||||
git \
|
||||
libffi-dev \
|
||||
tzdata \
|
||||
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue