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: commands:
- apk add --no-cache git - 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 - 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: branch:
- master - master
event: event:
exclude: exclude:
- pull_request - pull_request
volumes: volumes:
- name: archives - name: archives
host: host:
path: /srv/drone/school_project/archive/ path: /srv/drone/school_project/archive/
@ -44,6 +44,6 @@ depends_on:
- Check_Requirement - Check_Requirement
--- ---
kind: signature kind: signature
hmac: 7560f21ac377e3e6d1c30a67cf6a1052574560d57bbe98cc8017ebcaf19cfc99 hmac: 9ca9095fdb69d7b89fda6b4db867877e76666c109607cc7b1e513814ad42bb7e
... ...