From cbc31174f89b55927796142dcd6a2260a68488fc Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Fri, 9 Sep 2022 18:34:38 +0300 Subject: [PATCH] new podman-based pipeline --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index fe00f4ac..c97e3f3a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,22 +25,16 @@ steps: - name: Build Intermediate Linux Release Artifact (Binary) commands: - - bash ci.sh --build-linux + - podman unshare ./ci.sh --build-linux environment: STANDALONE_KEYSTORE_PASS: from_secret: STANDALONE_KEYSTORE_PASS 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) commands: - - bash ci.sh --build-apk + - podman unshare ./ci.sh --build-apk environment: STANDALONE_KEYSTORE_PASS: from_secret: STANDALONE_KEYSTORE_PASS