add debugging info

This commit is contained in:
ansgarz 2023-06-30 13:04:23 +02:00
parent 2f7eb1926e
commit c51d597e56

View file

@ -25,6 +25,10 @@ build:
stage: build
script:
- echo "---------- build stage ----------"
- apt-get update -y
- apt-get install -y iputils-ping ssh
- ping -c 2 repo.prod.meissa.de
- ssh-keyscan repo.prod.meissa.de
- ./gradlew assemble
artifacts:
paths:
@ -64,8 +68,6 @@ publish-maven-package:
when: never
- if: $CI_COMMIT_TAG !~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/
script:
- ping -c 2 repo.prod.meissa.de
- ssh-keyscan repo.prod.meissa.de
- ./gradlew -x assemble -x test jar
- ./gradlew -x assemble -x test publish
artifacts: