Browse Source

removing unnecessary files related to publish

Jhonny Mertz 2 years ago
parent
commit
825024b689
4 changed files with 0 additions and 19 deletions
  1. 0 10
      deploy/publish.sh
  2. BIN
      deploy/pubring.gpg.enc
  3. BIN
      deploy/secring.gpg.enc
  4. 0 9
      deploy/settings.xml

+ 0 - 10
deploy/publish.sh

@@ -1,10 +0,0 @@
-#!/bin/bash
-
-if [ ! -z "$TRAVIS_TAG" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
-  openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in $GPG_DIR/pubring.gpg.enc -out $GPG_DIR/pubring.gpg -d
-  openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in $GPG_DIR/secring.gpg.enc -out $GPG_DIR/secring.gpg -d
-  mvn deploy --settings $GPG_DIR/settings.xml -DperformRelease=true -DskipTests=true
-  exit $?
-else
-  echo "This will not deploy because its not a release!"
-fi

BIN
deploy/pubring.gpg.enc


BIN
deploy/secring.gpg.enc


+ 0 - 9
deploy/settings.xml

@@ -1,9 +0,0 @@
-<settings>
-    <servers>
-        <server>
-            <id>ossrh</id>
-            <username>${env.SONATYPE_USERNAME}</username>
-            <password>${env.SONATYPE_PASSWORD}</password>
-        </server>
-    </servers>
-</settings>