Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
bb147f28f6
commit
9a24f10522
@ -33,6 +33,10 @@ steps:
|
||||
from_secret: drone_token
|
||||
SSH_KEY:
|
||||
from_secret: gitea_id_ed25519
|
||||
GIT_USERNAME:
|
||||
from_secret: GIT_USERNAME
|
||||
GIT_PASSWORD:
|
||||
from_secret: GIT_PASSWORD
|
||||
commands:
|
||||
- set -eu
|
||||
- apt update && apt install -y libssl-dev pkg-config openssl # musl-tools
|
||||
@ -61,4 +65,4 @@ services:
|
||||
path: /var/run
|
||||
volumes:
|
||||
- name: dockersock
|
||||
temp: {}
|
||||
temp: {}
|
||||
|
Loading…
Reference in New Issue
Block a user