Sha256: a9f3dffc900f9497f8b5cd42cb1cddbad2d8490064d586fa423514c96b66b223
Contents?: true
Size: 1.74 KB
Versions: 2
Compression:
Stored size: 1.74 KB
Contents
name: build kind: pipeline type: docker volumes: - name: rubygems host: path: /home/data/drone/rubygems - name: images host: path: /home/data/drone/images - name: bundle host: path: /home/data/drone/gems - name: keys host: path: /home/data/drone/key_cache spec_step_common: &spec_step_common image: abakpress/dind-testing:1.0.3 pull: if-not-exists privileged: true volumes: - name: images path: /images - name: bundle path: /bundle - name: keys path: /ssh_keys commands: - prepare-build - fetch-images --image whilp/ssh-agent --image abakpress/ruby-app:$RUBY_IMAGE_TAG - dip ssh add -T -v /ssh_keys -k /ssh_keys/id_rsa - dip provision - dip rspec steps: - name: Tests Ruby 2.2 environment: COMPOSE_FILE_EXT: drone DOCKER_RUBY_VERSION: 2.2 RUBY_IMAGE_TAG: 2.2-latest RAILS_ENV: test <<: *spec_step_common - name: Tests Ruby 2.3 environment: COMPOSE_FILE_EXT: drone DOCKER_RUBY_VERSION: 2.3 RUBY_IMAGE_TAG: 2.3-latest RAILS_ENV: test <<: *spec_step_common - name: Tests Ruby 2.4 environment: COMPOSE_FILE_EXT: drone DOCKER_RUBY_VERSION: 2.4 RUBY_IMAGE_TAG: 2.4-latest RAILS_ENV: test <<: *spec_step_common - name: Tests Ruby 2.5 environment: COMPOSE_FILE_EXT: drone DOCKER_RUBY_VERSION: 2.5 RUBY_IMAGE_TAG: 2.5-latest RAILS_ENV: test <<: *spec_step_common - name: release image: abakpress/gem-publication:latest pull: if-not-exists when: event: push branch: master status: success volumes: - name: rubygems path: /root/.gem commands: - release-gem --public
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
apress-yandex_market-0.2.1 | .drone.yml |
findit-1.4.1 | .drone.yml |