Skip to content

Commit 2d521c4

Browse files
committed
fix env variables
1 parent a8f74c3 commit 2d521c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildspec-fastlane.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ version: 0.2
44
env:
55
variables:
66
CODEBUILD_BUILD_ARN: true
7-
7+
exported-variables:
8+
- CODEBUILD_BUILD_ARN
9+
810
phases:
911

1012
install:

0 commit comments

Comments
 (0)