Skip to content

Commit 7be3541

Browse files
committed
fix env variable
1 parent 0e8c1e8 commit 7be3541

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

buildspec-fastlane.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# buildspec.yml
22
version: 0.2
33

4-
env:
5-
variables:
6-
CODEBUILD_BUILD_ARN: "true"
7-
exported-variables:
8-
- CODEBUILD_BUILD_ARN
9-
104
phases:
115

126
install:
@@ -19,7 +13,7 @@ phases:
1913

2014
build:
2115
commands:
22-
- (cd code && fastlane build)
16+
- (cd code && CODEBUILD_BUILD_ARN=true fastlane build)
2317

2418

2519
artifacts:

0 commit comments

Comments
 (0)