fixup! 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:14:38 +01:00
parent e55b17fcd8
commit 922497573b
No known key found for this signature in database
GPG Key ID: 3B9EEB701C9E2919

View File

@ -4,11 +4,11 @@ name: Check_Requirement
steps:
- name: base_check
image: gradle:jdk11-alpine
commands:
- ./gradlew clean
- ./gradlew build
- ./gradlew test
image: gradle:jdk11-alpine
commands:
- ./gradlew clean
./gradlew build
./gradlew test
---
kind: pipeline