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
|
||||
commands:
|
||||
- ln -s /var/lib/drone-runner-exec/.local $HOME/.local
|
||||
- podman volume exists src || podman volume rm -f src
|
||||
- podman volume create src
|
||||
- if podman volume exists src; then podman volume rm -f src; podman volume create src; else podman volume create src; fi
|
||||
- git archive --format=tar HEAD | podman volume import src -
|
||||
|
||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||
|
|
Loading…
Reference in a new issue