new podman-based pipeline

pull/112/head
Alya Sirko 2022-09-09 18:34:38 +03:00
parent 1d8d6a43dc
commit cbc31174f8
1 changed files with 2 additions and 8 deletions

View File

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