OSDN Git Service

Initial release of concourse-ci concourse-ci-0.1.0
authorwhitestar <whitestar@gaea.test>
Sat, 11 Feb 2017 01:42:35 +0000 (10:42 +0900)
committerwhitestar <whitestar@gaea.test>
Sat, 11 Feb 2017 01:42:35 +0000 (10:42 +0900)
commit6041782b8fe0f1cce3b658fb8b72c5b616bf765b
treee7f7f4397d9ae83b14af8466ad33703bacbeac03
parent177c1ad08a20a847140985a4a88d48c8a8bfb109
Initial release of concourse-ci
15 files changed:
cookbooks/concourse-ci/.foodcritic [new file with mode: 0644]
cookbooks/concourse-ci/.rubocop.yml [new file with mode: 0644]
cookbooks/concourse-ci/CHANGELOG.md [new file with mode: 0644]
cookbooks/concourse-ci/Gemfile [new file with mode: 0644]
cookbooks/concourse-ci/README.md [new file with mode: 0644]
cookbooks/concourse-ci/Rakefile [new file with mode: 0644]
cookbooks/concourse-ci/attributes/default.rb [new file with mode: 0644]
cookbooks/concourse-ci/metadata.rb [new file with mode: 0644]
cookbooks/concourse-ci/recipes/default.rb [new file with mode: 0644]
cookbooks/concourse-ci/recipes/docker-compose.rb [new file with mode: 0644]
cookbooks/concourse-ci/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/concourse-ci/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/concourse-ci/templates/default/opt/docker-compose/app/concourse/docker-compose.yml [new file with mode: 0644]
nodes/local-concourse.json [new file with mode: 0644]
roles/concourse.rb [new file with mode: 0644]