Merge branch 'master' into Story
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Debucquoy Anthony 2023-03-23 14:46:20 +01:00
commit 0a72e6e047

View File

@ -11,6 +11,11 @@ steps:
- ./gradlew build - ./gradlew build
- ./gradlew test - ./gradlew test
- name: syntax_check
image: gradle:jdk11-alpine
commands:
- ./gradlew check
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -23,13 +28,14 @@ steps:
- name: archives - name: archives
path: /build path: /build
commands: 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 - 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:
- include: exclude:
- push - pull_request
volumes: volumes:
- name: archives - name: archives
host: host:
@ -38,6 +44,6 @@ depends_on:
- Check_Requirement - Check_Requirement
--- ---
kind: signature kind: signature
hmac: 82ce5e9bc63570a5614c4e7b3ddc888fadb36f7660ab0ab521d0cda3c5842e05 hmac: 9ca9095fdb69d7b89fda6b4db867877e76666c109607cc7b1e513814ad42bb7e
... ...