Skip to content

Commit c5af1ac

Browse files
committed
fix env variables
1 parent 7be3541 commit c5af1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-fastlane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ phases:
1313

1414
build:
1515
commands:
16-
- (cd code && CODEBUILD_BUILD_ARN=true fastlane build)
16+
- (cd code && fastlane build)
1717

1818

1919
artifacts:

0 commit comments

Comments
 (0)