Skip to content

Commit b65badd

Browse files
gugaloAndrii-Horishnii-Glia
authored andcommitted
Small Bitrise file maintainance
- Update Gradle runner plugin to latest version. I have not seen anything in the changelog that should affect us. - Added titles to some steps to clarify what they are doing MOB-4117
1 parent 4ed93ae commit b65badd

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

bitrise.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ workflows:
55
_increment_project_version:
66
steps:
77
- script@1:
8+
title: Read GitHub argument, if exists
89
inputs:
910
- content: |-
1011
#!/usr/bin/env bash
@@ -18,7 +19,7 @@ workflows:
1819
if [ ! -z "$GITHUB_VERSION_INCREMENT_TYPE" ] ; then
1920
envman add --key VERSION_INCREMENT_TYPE --value "$GITHUB_VERSION_INCREMENT_TYPE"
2021
fi
21-
- gradle-runner@2:
22+
- gradle-runner@3:
2223
title: Increment project version
2324
inputs:
2425
- gradle_file: $PROJECT_LOCATION/build.gradle
@@ -66,7 +67,7 @@ workflows:
6667
- opts:
6768
is_expand: false
6869
VERSION_INCREMENT_TYPE: patch
69-
authenticated_increment_project_version:
70+
increment_project_version:
7071
description: Task builds an SDK and uploads it to Nexus.
7172
steps:
7273
- activate-ssh-key@4: { }
@@ -172,6 +173,7 @@ workflows:
172173
post_release:
173174
steps:
174175
- trigger-bitrise-workflow@0:
176+
title: Update dependency in Cortex Financial
175177
inputs:
176178
- api_token: $ANDROID_CORTEX_BANKING_APP_BUILD_TRIGGER_TOKEN
177179
- workflow_id: upgrade_dependencies
@@ -207,7 +209,7 @@ workflows:
207209
- module: $EXAMPLE_APP_MODULE
208210
- variant: $DEBUG_VARIANT
209211
- project_location: $PROJECT_LOCATION
210-
- gradle-runner@2:
212+
- gradle-runner@3:
211213
title: Generate JavaDoc
212214
inputs:
213215
- gradle_task: $WIDGET_SDK_MODULE:dokkaJavadoc
@@ -232,6 +234,7 @@ workflows:
232234
# this will run Gradle script to deploy library and related artifacts to Maven Central
233235
./gradlew clean widgetssdk:publishReleasePublicationToSonatypeRepository
234236
- git-tag@1:
237+
title: Create Git tag
235238
inputs:
236239
- tag: $NEW_VERSION
237240
- script@1:
@@ -323,7 +326,7 @@ workflows:
323326
- project_location: $PROJECT_LOCATION
324327
- module: $EXAMPLE_APP_MODULE
325328
- variant: $DEBUG_VARIANT
326-
- gradle-runner@2:
329+
- gradle-runner@3:
327330
title: Assemble SDK for instrumentation tests
328331
inputs:
329332
- gradlew_path: ./gradlew
@@ -347,7 +350,7 @@ workflows:
347350
- install-missing-android-tools@3:
348351
inputs:
349352
- gradlew_path: $PROJECT_LOCATION/gradlew
350-
- gradle-runner@2:
353+
- gradle-runner@3:
351354
title: Upgrade Core SDK version
352355
inputs:
353356
- gradlew_path: $PROJECT_LOCATION/gradlew

0 commit comments

Comments
 (0)