Skip to content

Commit 7dbf358

Browse files
committed
hide fingerptint on android
1 parent 251e869 commit 7dbf358

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ concurrency:
1111
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1212

1313
jobs:
14-
fingerprint:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- name: Checkout
18-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
14+
# fingerprint:
15+
# runs-on: ubuntu-latest
16+
# steps:
17+
# - name: Checkout
18+
# uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1919

20-
- name: Setup Node
21-
uses: ./.github/actions/composite/setupNode
22-
with:
23-
IS_HYBRID_BUILD: 'false'
20+
# - name: Setup Node
21+
# uses: ./.github/actions/composite/setupNode
22+
# with:
23+
# IS_HYBRID_BUILD: 'false'
2424

25-
- name: Run RNEF Fingerprint
26-
run: |
27-
FINGERPRINT_OUTPUT=$(npx rnef fingerprint -p android --raw 2>&1)
28-
echo "FINGERPRINT_OUTPUT:"
29-
echo "$FINGERPRINT_OUTPUT"
25+
# - name: Run RNEF Fingerprint
26+
# run: |
27+
# FINGERPRINT_OUTPUT=$(npx rnef fingerprint -p android --raw 2>&1)
28+
# echo "FINGERPRINT_OUTPUT:"
29+
# echo "$FINGERPRINT_OUTPUT"
3030

3131
build:
3232
runs-on: ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)