From e373d327f36c378417fd46ffd75e68d7ccde3c80 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Wed, 8 Nov 2023 18:22:09 +0100 Subject: [PATCH] remove ci debugging code --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e773745..ed4f169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,10 +96,6 @@ publish-maven-package-to-meissa: stage: publish allow_failure: true 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