Skip to content

Commit 34ae37e

Browse files
none: removing step to check for secret
1 parent ba3a483 commit 34ae37e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.circleci/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,6 @@ jobs:
187187
working_directory: example/ios
188188
command: |
189189
pod install
190-
191-
- run:
192-
name: Debug environment variables
193-
command: |
194-
if [ -n "$GH_RW_TOKEN" ]; then
195-
echo "GH_RW_TOKEN is set"
196-
else
197-
echo "GH_RW_TOKEN is NOT set"
198-
fi
199190
- run:
200191
name: Commit and push Podfile.lock
201192
command: |

0 commit comments

Comments
 (0)