Sample for tachikoma
/Gemfile
source 'https://rubygems.org'
gem 'tachikoma'
/.gitignore
/repos/*
!/repos/.gitkeep
/Rakefile
require 'bundler/setup'
require 'tachikoma/tasks'
# Add your yaml file to data/YOUR.yaml
Then,
$ BUILD_FOR=foo \
TOKEN_FOO=foo \
bundle exec rake tachikoma:run_bundle
If you use carton,
$ BUILD_FOR=cpanmetadb-perl \
TOKEN_CPANMETADB_PERL=github-access-token \
bundle exec rake tachikoma:run_carton
It works!