add debugging info
This commit is contained in:
parent
2f7eb1926e
commit
c51d597e56
1 changed files with 4 additions and 2 deletions
|
@ -25,6 +25,10 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- echo "---------- build stage ----------"
|
- 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
|
- ./gradlew assemble
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
@ -64,8 +68,6 @@ publish-maven-package:
|
||||||
when: never
|
when: never
|
||||||
- if: $CI_COMMIT_TAG !~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/
|
- if: $CI_COMMIT_TAG !~ /^release-[0-9]+[.][0-9]+([.][0-9]+)?$/
|
||||||
script:
|
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 jar
|
||||||
- ./gradlew -x assemble -x test publish
|
- ./gradlew -x assemble -x test publish
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue