trying to fix drone again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Debucquoy Anthony 2023-03-21 23:05:39 +01:00
parent c585c54da2
commit e4478c878c
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -30,13 +30,13 @@ steps:
commands:
- apk add --no-cache git
- tar cvzf /build/$(git log -n 1 --format="%h")_school_archive.gz.tar app/ gradle/ gradlew/ gradlew.bat README.md settings.gradle
trigger:
when:
branch:
- master
event:
exclude:
- pull_request
volumes:
volumes:
- name: archives
host:
path: /srv/drone/school_project/archive/
@ -44,6 +44,6 @@ depends_on:
- Check_Requirement
---
kind: signature
hmac: 7560f21ac377e3e6d1c30a67cf6a1052574560d57bbe98cc8017ebcaf19cfc99
hmac: 9ca9095fdb69d7b89fda6b4db867877e76666c109607cc7b1e513814ad42bb7e
...