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
1d8d6a43dc
commit
cbc31174f8
10
.drone.yml
10
.drone.yml
|
@ -25,22 +25,16 @@ steps:
|
||||||
|
|
||||||
- name: Build Intermediate Linux Release Artifact (Binary)
|
- name: Build Intermediate Linux Release Artifact (Binary)
|
||||||
commands:
|
commands:
|
||||||
- bash ci.sh --build-linux
|
- podman unshare ./ci.sh --build-linux
|
||||||
environment:
|
environment:
|
||||||
STANDALONE_KEYSTORE_PASS:
|
STANDALONE_KEYSTORE_PASS:
|
||||||
from_secret: STANDALONE_KEYSTORE_PASS
|
from_secret: STANDALONE_KEYSTORE_PASS
|
||||||
FDROID_KEYSTORE_PASS:
|
FDROID_KEYSTORE_PASS:
|
||||||
from_secret: FDROID_KEYSTORE_PASS
|
from_secret: FDROID_KEYSTORE_PASS
|
||||||
|
|
||||||
- name: Debug
|
|
||||||
commands:
|
|
||||||
- ls -la
|
|
||||||
- cat ci.sh
|
|
||||||
- bash ci.sh
|
|
||||||
|
|
||||||
- name: Build Intermediate Android Release Artifact (.APK)
|
- name: Build Intermediate Android Release Artifact (.APK)
|
||||||
commands:
|
commands:
|
||||||
- bash ci.sh --build-apk
|
- podman unshare ./ci.sh --build-apk
|
||||||
environment:
|
environment:
|
||||||
STANDALONE_KEYSTORE_PASS:
|
STANDALONE_KEYSTORE_PASS:
|
||||||
from_secret: STANDALONE_KEYSTORE_PASS
|
from_secret: STANDALONE_KEYSTORE_PASS
|
||||||
|
|
Loading…
Reference in a new issue