From c51d597e56a738976831dc6c8b8d1444a8c3cbb5 Mon Sep 17 00:00:00 2001 From: ansgarz Date: Fri, 30 Jun 2023 13:04:23 +0200 Subject: [PATCH] add debugging info --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15872f1..43b486a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: