Compare commits

..

2 Commits

Author SHA1 Message Date
432f25a1fe Merge pull request 'Remove nixery dep, as it has been getting flaky' (#4407) from remove-nixery-dep into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4407
2024-08-27 14:07:31 +00:00
9dd296c681
Remove nixery dep, as it has been getting flaky
All checks were successful
continuous-integration/drone/pr Build is passing
2024-08-27 16:06:28 +02:00

View File

@ -8,8 +8,11 @@ clone:
steps:
- name: checks
image: nixery.dev/shell/git/libxml2/gnused/gnugrep/findutils/perl/file/mediainfo/curl:latest
image: debian:bookworm
commands:
- apt update
# Install required packages
- apt install --yes coreutils sed grep libxml2-utils git findutils perl-base file mediainfo curl
# Check whether non-EN news item would appear on front-page
- bash tools/check-non-en-frontpage.sh news
# Run pre-commit checks
@ -24,3 +27,8 @@ trigger:
event:
- push
- pull_request
---
kind: signature
hmac: 4c0dd0f272458d12234c72f66c4d420069591cac83819644df3c03a280102ded
...