fastlane-community / fastlane-plugin-carthage_cache

A fastlane plugin that allows to cache Carthage/Build folder in Amazon S3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plugin does not respect environmental variables carthage_cache uses

brennantaylor opened this issue · comments

In particular when I try to inject write access keys in my CI by using AWS_ACCESS_KEY_ID, AWS_REGION and AWS_SECRET_ACCESS_KEY they are not exposed to the underlying invocation of carthage_cache publish.

Actually nevermind the problem was fastlane was failing to execute the bundle exec carthage_cache commands correctly.