mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Update drone image
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
c143e33f62
commit
469483d67d
@ -1,6 +1,6 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
compile:
|
compile:
|
||||||
image: nextcloudci/android:android-35
|
image: nextcloudci/android:android-44
|
||||||
commands:
|
commands:
|
||||||
# build app and assemble APK
|
# build app and assemble APK
|
||||||
- sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
|
- sh -c "if [ '${FLAVOR}' != 'Analysis' ]; then ./gradlew assemble${FLAVOR}; fi"
|
||||||
@ -9,7 +9,7 @@ pipeline:
|
|||||||
FLAVOR: [Generic, Gplay]
|
FLAVOR: [Generic, Gplay]
|
||||||
|
|
||||||
analysis:
|
analysis:
|
||||||
image: nextcloudci/android:android-37
|
image: nextcloudci/android:android-44
|
||||||
commands:
|
commands:
|
||||||
- export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
|
- export BRANCH=$(scripts/analysis/getBranchName.sh $GIT_USERNAME $GIT_TOKEN $DRONE_PULL_REQUEST)
|
||||||
- scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST
|
- scripts/analysis/analysis-wrapper.sh $GIT_USERNAME $GIT_TOKEN $BRANCH $LOG_USERNAME $LOG_PASSWORD $DRONE_BUILD_NUMBER $DRONE_PULL_REQUEST
|
||||||
|
Loading…
Reference in New Issue
Block a user