Sha256: 4112c5d049f61660f1568c4352ec926d45bb678a3f8027dde5a5f27267cc747d

Contents?: true

Size: 500 Bytes

Versions: 7

Compression:

Stored size: 500 Bytes

Contents

machine:
  services:
    - docker
checkout:
  pre:
    - git config --global user.email "circleci@lintci.com"
    - git config --global user.name "LintCI's CircleCI Bot"
dependencies:
  cache_directories:
    - "~/.docker"
  post:
    - bundle exec rake docker:pull
    - bundle exec rake docker:build
    - bundle exec rake docker:tag
deployment:
  master:
    branch: master
    commands:
      - bundle exec rake credentials
      - bundle exec rake release
      - bundle exec rake docker:push


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lint_trap-0.0.19 circle.yml
lint_trap-0.0.18 circle.yml
lint_trap-0.0.17 circle.yml
lint_trap-0.0.16 circle.yml
lint_trap-0.0.15 circle.yml
lint_trap-0.0.14 circle.yml
lint_trap-0.0.13 circle.yml