Skip to content

Commit 0e8c1e8

Browse files
committed
fix env variable
1 parent 2d521c4 commit 0e8c1e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec-fastlane.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: 0.2
33

44
env:
55
variables:
6-
CODEBUILD_BUILD_ARN: true
6+
CODEBUILD_BUILD_ARN: "true"
77
exported-variables:
88
- CODEBUILD_BUILD_ARN
9-
9+
1010
phases:
1111

1212
install:

0 commit comments

Comments
 (0)