Sha256: 3647330e9c2bfd340c210b053ae0150068049856aa3a175270bb561d859e2e65

Contents?: true

Size: 612 Bytes

Versions: 3

Compression:

Stored size: 612 Bytes

Contents

image: ruby:1.9

environment:
  - JENKINS_URL
  - BUILD_NUMBER
  - CODECLIMATE_REPO_TOKEN
  - COVERALLS_REPO_TOKEN
  - GIT_COMMIT
  - GIT_BRANCH
  - GIT_SSH_KEY
  - GIT_AUTHOR_NAME
  - GIT_AUTHOR_EMAIL
  - RUBYGEMS_API_KEY

targets:
  build:
    - bundle install --path=vendor/bundle
    - bundle exec rake spec

  install:
    - bundle install --path=vendor/bundle
    - bundle exec rake install

  release:
    files:
      - $GIT_SSH_KEY:/root/.ssh/id_rsa:0600
    run: bash construi/release/script.sh

  deploy:
    files:
      - $GIT_SSH_KEY:/root/.ssh/id_rsa:0600
    run: bash construi/deploy/script.sh

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
construi-0.35.2 construi.yml
construi-0.35.1 construi.yml
construi-0.35.0 construi.yml