Compare commits

..

No commits in common. "da4b053d35d301548420c9792b5a1b45ec165b5f" and "d54ef69affed857addd8deda0db2bd759364b67e" have entirely different histories.

View File

@ -2,18 +2,7 @@ kind: pipeline
type: docker
name: haiti-framework
clone:
disable: true
steps:
- name: clone
environment:
SSH_KEY:
from_secret: SSH_KEY
commands:
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- git clone ssh://git@git.struchkov.dev:222/Godfather-Bots/godfather.git .
- git checkout $DRONE_COMMIT
- name: publish maven central
image: maven:3.8.5-openjdk-17
@ -27,7 +16,10 @@ steps:
from_secret: MAVEN_SETTINGS
GPG_PASSPHRASE:
from_secret: GPG_PASSPHRASE
SSH_KEY:
from_secret: SSH_KEY
commands:
- echo "$SSH_KEY" > $HOME/.ssh/id_rsa
- echo "$GPG_PRIVATE_KEY" >> gpg.key
- echo "$MAVEN_SETTINGS" >> maven-settings.xml
- gpg --pinentry-mode loopback --passphrase $GPG_PASSPHRASE --import gpg.key