Skip to content

Commit 77b4cc6

Browse files
committed
add logs for context variables
1 parent 59befcb commit 77b4cc6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,18 @@ jobs:
2020
xcode: 11.3.0
2121
steps:
2222
- checkout
23+
- run:
24+
name: print Certificates
25+
command: echo $Certificates
2326
- run:
2427
name: decode Certificates
2528
command: base64 -D -o Certificates.p12 \<<< $Certificates
2629
- run:
2730
name: make Provisioning Profiles directory
2831
command: mkdir -pv ~/Library/MobileDevice/Provisioning\ Profiles/
32+
- run:
33+
name: print Provisioning Profiles
34+
command: echo $App_Store_Profile
2935
- run:
3036
name: decode Provisioning Profiles
3137
command: base64 -D -o ~/Library/MobileDevice/Provisioning\ Profiles/App_Store.mobileprovision \<<< $App_Store_Profile

0 commit comments

Comments
 (0)