Skip to content

Commit e9c56c0

Browse files
committed
CU-868cu9311 More CI work
1 parent efbd96f commit e9c56c0

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ jobs:
126126
yarn install --frozen-lockfile
127127
yarn global add eas-cli@latest
128128
129-
- name: 📋 Create Credentials File
130-
run: |
131-
echo $CREDENTIALS_JSON_BASE64 | base64 -d > credentials.json
132-
133129
- name: 📋 Create Android Keystore
134130
run: |
135131
echo $UNIT_ANDROID_KS | base64 -d > keystore.jks

eas.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
},
5353
"internal": {
5454
"distribution": "internal",
55-
"credentialsSource": "local",
5655
"yarn": "1.22.22",
5756
"ios": {
5857
"image": "latest"
@@ -70,7 +69,6 @@
7069
"development": {
7170
"developmentClient": true,
7271
"distribution": "internal",
73-
"credentialsSource": "local",
7472
"yarn": "1.22.22",
7573
"ios": {
7674
"image": "latest"

0 commit comments

Comments
 (0)