Sha256: 654dc12f2238e740a73eddcbbe7e9d9361ebb5f78b497149203a12de21bbeefa
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 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 install: - bundle install --path=vendor/bundle - bundle exec rake install release: - git config user.name lstephen - git config user.email levi.stephen@gmail.com - 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 - git push origin deploy: - git config user.name lstephen - git config user.email levi.stephen@gmail.com - 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
construi-0.29.0 | construi.yml |
construi-0.27.0 | construi.yml |