mirror of
https://codeberg.org/gitnex/GitNex
synced 2024-12-23 08:58:12 +01:00
Update nextcloud image. (#814)
Update nextcloud image. Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/814 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-Authored-By: opyale <opyale@noreply.codeberg.org> Co-Committed-By: opyale <opyale@noreply.codeberg.org>
This commit is contained in:
parent
7faf800d02
commit
2398995928
@ -4,7 +4,7 @@ stages:
|
|||||||
- publish
|
- publish
|
||||||
|
|
||||||
on_setup:
|
on_setup:
|
||||||
image: jgoclawski/wget:1.0
|
image: nextcloudci/android:android-54
|
||||||
stage: .pre
|
stage: .pre
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -17,7 +17,7 @@ on_setup:
|
|||||||
- ./scripts/add_commit_status.sh
|
- ./scripts/add_commit_status.sh
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-54
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -30,7 +30,7 @@ build:
|
|||||||
expire_in: 15 minutes
|
expire_in: 15 minutes
|
||||||
|
|
||||||
sign:
|
sign:
|
||||||
image: nextcloudci/android:android-49
|
image: nextcloudci/android:android-54
|
||||||
stage: sign
|
stage: sign
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -72,7 +72,7 @@ release:
|
|||||||
- curl -T "$PLUGIN_FILE" -u "$WEBDAV_USERNAME":"$WEBDAV_PASSWORD" 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/gitnex/releases/'"$CI_COMMIT_REF_NAME"'.apk'
|
- curl -T "$PLUGIN_FILE" -u "$WEBDAV_USERNAME":"$WEBDAV_PASSWORD" 'https://cloud.swatian.com/remote.php/dav/files/GitNexBot/gitnex/releases/'"$CI_COMMIT_REF_NAME"'.apk'
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
image: jgoclawski/wget:1.0
|
image: nextcloudci/android:android-54
|
||||||
stage: .post
|
stage: .post
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -86,7 +86,7 @@ on_success:
|
|||||||
when: on_success
|
when: on_success
|
||||||
|
|
||||||
on_failure:
|
on_failure:
|
||||||
image: jgoclawski/wget:1.0
|
image: nextcloudci/android:android-54
|
||||||
stage: .post
|
stage: .post
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
Reference in New Issue
Block a user