Skip to content

Commit 5c83410

Browse files
csongorhgcsongorhegeduespartner
andauthored
[DEVOPS-849] Refactor baking PR number into APK (#131)
Co-authored-by: csongorhegeduespartner <csongor.hegedues@partner.bmwgroup.com>
1 parent 135cf28 commit 5c83410

4 files changed

Lines changed: 3 additions & 67 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,8 @@ jobs:
3333
- name: Integration Tests
3434
run: make integration
3535

36-
- name: Install xmlstarlet
37-
run: sudo apt-get install -y xmlstarlet
38-
39-
- name: Prepare App Name and Identifier
40-
run: |
41-
chmod +x ./.github/workflows/update_app_identifiers.sh
42-
./.github/workflows/update_app_identifiers.sh ${{ github.event.number }}
36+
- name: Write PR number to file
37+
run: echo "${{ github.event.number }}" > assets/pr_number.txt
4338

4439
- name: Build release package
4540
run: |

.github/workflows/update_app_identifiers.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

assets/pr_number.txt

Whitespace-only changes.

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ flutter:
7070
- assets/svg/
7171
- assets/lang/
7272
- test/assets/images/
73+
- assets/pr_number.txt

0 commit comments

Comments
 (0)