Skip to content

Commit 8f31cad

Browse files
authored
docs: Docuemnt that empty pod_install_directory will skip pod install (#125 by @Peeja)
1 parent df010b5 commit 8f31cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/ios_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ parameters:
2323
pod_install_directory:
2424
type: string
2525
default: ""
26-
description: The location of the "ios" directory for `pod install`
26+
description: The location of the "ios" directory for `pod install`. Will skip `pod install` if missing.
2727
yarn_cache:
2828
description: Should we cache after yarn install? Defaults to true
2929
type: boolean

0 commit comments

Comments
 (0)