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