updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-20 01:28:28 +09:00
parent b2b5e86467
commit 1466bc32ce
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ steps:
commands:
- find . -exec touch -r {} +
- mkdir -p bld/rocky9 && cd bld/rocky9
- ../../configure && make && make check ##&& make rpm
- ../../configure && make && { make check || { cat t/test-suite.log; /bin/false; } }
- name: rocky9-release-rpms
image: docker.io/plugins/gitea-release:latest