try this
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
root
2021-09-20 01:38:27 +02:00
parent 9e669ddadd
commit fc9cd6f098
2 changed files with 2 additions and 1 deletions

View File

@@ -4,8 +4,10 @@ pipeline:
pull: true
commands:
- apt update && apt install -y make wget
- ls -la
- make
- make install
- ls -la
when:
event: [push, tag]