summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e5e74e1..79c510b2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -88,14 +88,10 @@ release:
when: manual
only:
- master
- before_script:
- - mkdir -p ~/.ssh
- - ssh-keyscan apps.egiz.gv.at >> ~/.ssh/known_hosts
- - chmod 644 ~/.ssh/known_hosts
script: |
echo "Releasing version $VERSION of $LIB_NAME"
echo "Publishing version $VERSION to public EGIZ maven"
- mvn $MAVEN_CLI_OPTS deploy -s .cisettings.xml -P jenkinsDeploy
+ mvn $MAVEN_CLI_OPTS deploy -s .cisettings.xml
release:
name: "$VERSION"
tag_name: "v$VERSION"