Skip to content

Instantly share code, notes, and snippets.

@yoxisem544
Created June 30, 2020 15:24
Show Gist options
  • Save yoxisem544/7cc0a69b46f02cfb6191df61e61d625e to your computer and use it in GitHub Desktop.
Save yoxisem544/7cc0a69b46f02cfb6191df61e61d625e to your computer and use it in GitHub Desktop.
- 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