mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-17 06:03:20 +00:00
new podman-based pipeline
This commit is contained in:
parent
3c1bf1f061
commit
39086c3bd0
|
@ -18,9 +18,13 @@ kind: pipeline
|
||||||
type: exec
|
type: exec
|
||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
|
environment:
|
||||||
|
HOME: /var/lib/drone-runner-exec
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Debug
|
- name: Debug
|
||||||
commands:
|
commands:
|
||||||
|
- echo $HOME
|
||||||
- podman images
|
- podman images
|
||||||
- ls -la
|
- ls -la
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue