Skip to content

Commit 7447c60

Browse files
committed
Remove logs from ci script
1 parent 22d5b74 commit 7447c60

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ios-build-custom-dev-app.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ jobs:
1717
run: |
1818
sudo xcode-select -s /Applications/Xcode_15.4.app
1919
20-
- name: Log provision profile content (debug only)
21-
run: |
22-
echo "$IOS_DUMMY_PROVISION" | base64 --decode
23-
env:
24-
IOS_DUMMY_PROVISION: ${{ secrets.IOS_DUMMY_PROVISION }}
25-
2620
- name: update bundle identifier in Dev config
2721
shell: bash
2822
working-directory: ./
@@ -54,7 +48,7 @@ jobs:
5448
run: |
5549
chmod +x ./appcenter-pre-build.sh
5650
APPCENTER_XCODE_SCHEME="nativeTemplate" APPCENTER_SOURCE_DIRECTORY="./" IS_DEV_APP=False ./appcenter-pre-build.sh
57-
51+
5852
- name: iOS Build Action
5953
uses: yukiarrr/ios-build-action@v1.12.0
6054
with:
@@ -67,4 +61,4 @@ jobs:
6761
export-method: development
6862
configuration: Debug
6963
certificate-password: ${{ secrets.IOS_DUMMY_P12_PASSWORD }}
70-
scheme: Dev
64+
scheme: Dev

0 commit comments

Comments
 (0)