mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-10 01:49:41 +00:00
new podman-based pipeline
This commit is contained in:
parent
1b1bf6b261
commit
2b8cefcbee
|
@ -23,7 +23,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- ln -s /var/lib/drone-runner-exec/.local $HOME/.local
|
- ln -s /var/lib/drone-runner-exec/.local $HOME/.local
|
||||||
- podman volume exists src || podman volume rm -f src
|
- podman volume exists src || podman volume rm -f src
|
||||||
- podman volume exists src || podman volume create src
|
- podman volume create src
|
||||||
- git archive --format=tar HEAD | podman volume import src -
|
- git archive --format=tar HEAD | podman volume import src -
|
||||||
|
|
||||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||||
|
|
Loading…
Reference in a new issue