remove ci debugging code

This commit is contained in:
ansgarz 2023-11-08 18:22:09 +01:00
parent fe6e48f6dd
commit e373d327f3

View file

@ -96,10 +96,6 @@ publish-maven-package-to-meissa:
stage: publish stage: publish
allow_failure: true allow_failure: true
script: script:
- 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 -x assemble -x test publishLibraryPublicationToMeissaRepository - ./gradlew -x assemble -x test publishLibraryPublicationToMeissaRepository