We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3a483 commit 34ae37eCopy full SHA for 34ae37e
.circleci/config.yml
@@ -187,15 +187,6 @@ jobs:
187
working_directory: example/ios
188
command: |
189
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
199
- run:
200
name: Commit and push Podfile.lock
201
0 commit comments