Created
June 30, 2020 15:24
-
-
Save yoxisem544/7cc0a69b46f02cfb6191df61e61d625e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- cache-push: | |
inputs: | |
- cache_paths: |- | |
# 記得把註解拿掉,bitrise 不會忽略註解,會造成路徑錯誤 | |
$GEM_CACHE_PATH -> ./.ruby-version # 官方文件的環境變數 | |
./vendor -> ./Gemfile.lock # 當 gemfile lock 有變化時,更新 ./vendor 底下的 cache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment