Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upload mapping file to s3 (WPB-8774) #3713

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
44ec610
chore: upload mapping file to s3
ohassine Dec 5, 2024
f68403e
Merge branch 'develop' into upload-mapping-file-to-s3
ohassine Dec 5, 2024
f3d62b2
chore: upload mapping file to s3
ohassine Dec 5, 2024
85a1a0a
Merge remote-tracking branch 'origin/upload-mapping-file-to-s3' into …
ohassine Dec 5, 2024
6cff69b
chore: upload mapping file to s3
ohassine Dec 5, 2024
e0ec014
chore: fix path
ohassine Dec 5, 2024
4e15baf
chore: capitalized variant
ohassine Dec 9, 2024
fbf7359
chore: capitalized variant
ohassine Dec 9, 2024
ffb4e5f
chore: fix path
ohassine Dec 9, 2024
998b690
chore: fix path
ohassine Dec 9, 2024
7c3a686
chore: skip debug mapping file
ohassine Dec 9, 2024
76d2ed8
chore: skip debug mapping file
ohassine Dec 9, 2024
871da2f
Merge branch 'develop' into upload-mapping-file-to-s3
ohassine Dec 11, 2024
dc5daa6
chore: Extract version and version code from APK filename
ohassine Dec 11, 2024
5166e9c
Merge remote-tracking branch 'origin/upload-mapping-file-to-s3' into …
ohassine Dec 11, 2024
bad77ab
chore: Extract version and version code from APK filename
ohassine Dec 11, 2024
e1c7055
chore: fix path
ohassine Dec 12, 2024
e54dd05
chore: fix path
ohassine Dec 12, 2024
e230941
chore: debugging
ohassine Dec 12, 2024
6fbdc04
chore: debugging
ohassine Dec 12, 2024
70ccfc0
chore: cleanup
ohassine Dec 12, 2024
1051a1a
chore: add build flavor
ohassine Dec 13, 2024
5ea9241
chore: cleanup
ohassine Dec 13, 2024
b2db032
chore: kalium reference
ohassine Dec 13, 2024
3ce7268
Merge branch 'develop' into upload-mapping-file-to-s3
ohassine Dec 13, 2024
b854422
Merge remote-tracking branch 'origin/develop' into upload-mapping-fil…
ohassine Dec 13, 2024
45cb2f7
chore: kalium reference
ohassine Dec 13, 2024
417e0b3
Merge remote-tracking branch 'origin/develop' into upload-mapping-fil…
ohassine Dec 30, 2024
4bddc2b
Merge branch 'develop' into upload-mapping-file-to-s3
ohassine Jan 7, 2025
616bd10
Merge branch 'develop' into upload-mapping-file-to-s3
ohassine Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: debugging
ohassine committed Dec 12, 2024
commit 6fbdc04af089bba727c23cec175d22574e05ab16
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-s3/action.yml
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ runs:
run: |
echo "This should run only if it's a pull request and the variant is not 'debug'."
- name: Rename mapping file
if: github.event.pull_request.number != '' && ${{ inputs.build-variant }} != 'debug'
if: ${{ github.event.pull_request.number != '' && inputs.build-variant != 'debug' }}
shell: bash
id: mapping
run: |