show git status in ci

This commit is contained in:
Moritz Zwerger 2024-01-22 02:49:46 +01:00
parent 717209e8a9
commit 0ec140d3f4
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -66,6 +66,7 @@ test:
package: package:
stage: package stage: package
script: script:
- git status
- ./gradlew fatJar upload --stacktrace -Pminosoft.updates=true - ./gradlew fatJar upload --stacktrace -Pminosoft.updates=true
only: only:
- master - master