new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 20:50:35 +03:00
parent 2b8cefcbee
commit 11b0261516
1 changed files with 1 additions and 2 deletions

View File

@ -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)