Fixing gitlab ci releases (#690)
Fixing gitlab ci releases. Co-authored-by: opyale <opyale@noreply.gitea.io> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/690 Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
parent
6f9bbe4c58
commit
7342668a1b
@ -7,6 +7,9 @@ stages:
|
|||||||
test:
|
test:
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-49
|
||||||
stage: test
|
stage: test
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- tags
|
||||||
script:
|
script:
|
||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
|
||||||
@ -15,6 +18,7 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- tags
|
||||||
script:
|
script:
|
||||||
- ./gradlew build
|
- ./gradlew build
|
||||||
artifacts:
|
artifacts:
|
||||||
@ -27,6 +31,7 @@ sign:
|
|||||||
stage: sign
|
stage: sign
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
- tags
|
||||||
variables:
|
variables:
|
||||||
OUTPUT: "signed.apk"
|
OUTPUT: "signed.apk"
|
||||||
GITEA: "https://gitea.com"
|
GITEA: "https://gitea.com"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[](https://www.gnu.org/licenses/gpl-3.0) [](https://codeberg.org/gitnex/GitNex/releases) [](https://crowdin.com/project/gitnex) [](https://discord.gg/FbSS4rf)
|
[](https://www.gnu.org/licenses/gpl-3.0)  [](https://codeberg.org/gitnex/GitNex/releases) [](https://crowdin.com/project/gitnex) [](https://discord.gg/FbSS4rf)
|
||||||
|
|
||||||
[<img alt="Become a Patroen" src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" height="40"/>](https://www.patreon.com/mmarif) [<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" height="40"/>](https://liberapay.com/mmarif/donate)
|
[<img alt="Become a Patroen" src="https://c5.patreon.com/external/logo/become_a_patron_button@2x.png" height="40"/>](https://www.patreon.com/mmarif) [<img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" height="40"/>](https://liberapay.com/mmarif/donate)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user