Skip to content

Commit e869439

Browse files
Matsuendintenfass
authored andcommitted
Fix invalid YAML format (circleci#939)
1 parent d783f0c commit e869439

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jekyll/_cci1/ios-code-signing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ machine:
163163
deployment:
164164
beta_distribution:
165165
branch: master
166-
commands:
167-
- fastlane gym
166+
commands:
167+
- fastlane gym
168168
```
169169

170170
You should take a few minutes to read [the documentation on deployments
@@ -185,8 +185,8 @@ manage to generate a signed app locally. You can then edit the command in your
185185
deployment:
186186
beta_distribution:
187187
branch: master
188-
commands:
189-
- gym --scheme "App" --workspace "App.xcworkspace"
188+
commands:
189+
- gym --scheme "App" --workspace "App.xcworkspace"
190190
```
191191

192192
### 5. Distribute the `.ipa` file to your beta testers

0 commit comments

Comments
 (0)