diff --git a/.drone.yml b/.drone.yml index e7dac621..fe00f4ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,16 +25,22 @@ steps: - name: Build Intermediate Linux Release Artifact (Binary) commands: - - ./ci.sh --build-linux + - bash 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: - - ./ci.sh --build-apk + - bash ci.sh --build-apk environment: STANDALONE_KEYSTORE_PASS: from_secret: STANDALONE_KEYSTORE_PASS