fixup! fixup! fixup! fixup! maybe finishing ci? hopefully
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Debucquoy 2023-03-04 15:13:21 +01:00
parent 08c4a08a01
commit e55b17fcd8
No known key found for this signature in database
GPG Key ID: 3B9EEB701C9E2919

View File

@ -4,11 +4,11 @@ name: Check_Requirement
steps: steps:
- name: base_check - name: base_check
- image: gradle:jdk11-alpine image: gradle:jdk11-alpine
- commands: commands:
- ./gradlew clean - ./gradlew clean
- ./gradlew build - ./gradlew build
- ./gradlew test - ./gradlew test
--- ---
kind: pipeline kind: pipeline
@ -22,7 +22,7 @@ steps:
- name: archives - name: archives
path: /build path: /build
commands: commands:
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: - trigger:
branch: branch:
- master - master