Sha256: c886ffc7c391b89e93442b6ef283b9c13b3bfb126a53536d535bc17cfd4311d6
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
image: ruby:1.9 environment: - CODECLIMATE_REPO_TOKEN - COVERALLS_TOKEN - GIT_COMMIT - GIT_SSH_KEY - RUBYGEMS_API_KEY targets: build: - bundle install --path=vendor/bundle - bundle exec rake spec release: - mkdir -p ~/.ssh - cp ${GIT_SSH_KEY} ~/.ssh/id_rsa - chmod 0600 ~/.ssh/id_rsa - printf "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - git config push.default simple - git checkout master - git pull --rebase - echo ${GIT_COMMIT} - git merge --commit ${GIT_COMMIT} - git push origin - git checkout develop - git pull --rebase - bundle install --path vendor/bundle - bundle exec gem bump --version minor --push deploy: - mkdir -p ~/.ssh - cp ${GIT_SSH_KEY} ~/.ssh/id_rsa - chmod 0600 ~/.ssh/id_rsa - printf "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config - git config push.default simple - mkdir -p ~/.gem - "printf -- \"---\\n:rubygems_api_key: ${RUBYGEMS_API_KEY}\" >> ~/.gem/credentials" - chmod 0600 ~/.gem/credentials - bundle install --path vendor/bundle - bundle exec gem release --tag
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
construi-0.19.0 | construi.yml |