This commit is contained in:
parent
b2a32d99bd
commit
4c26875261
@ -5,7 +5,7 @@ name: haiti-framework
|
|||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: publish maven central
|
- name: publish maven central
|
||||||
image: maven:3.8.5-openjdk-17-slim
|
image: maven:3.8.5-openjdk-17
|
||||||
volumes:
|
volumes:
|
||||||
- name: m2
|
- name: m2
|
||||||
path: /root/.m2/repository
|
path: /root/.m2/repository
|
||||||
@ -19,7 +19,6 @@ steps:
|
|||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: SSH_KEY
|
from_secret: SSH_KEY
|
||||||
commands:
|
commands:
|
||||||
- apt-get install gnupg -y
|
|
||||||
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
|
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$SSH_KEY" | ssh-add -
|
- echo "$SSH_KEY" | ssh-add -
|
||||||
|
Loading…
Reference in New Issue
Block a user