mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-16 21:53:17 +00:00
new podman-based pipeline
This commit is contained in:
parent
2b8cefcbee
commit
11b0261516
|
@ -22,8 +22,7 @@ steps:
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
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
|
- if podman volume exists src; then podman volume rm -f src; podman volume create src; else podman volume create src; fi
|
||||||
- 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