new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 20:41:39 +03:00
parent 1b1bf6b261
commit 2b8cefcbee
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ steps:
commands:
- 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 create src
- podman volume create src
- git archive --format=tar HEAD | podman volume import src -
- name: Build Intermediate Linux Release Artifact (Binary)