Sha256: caf3f74ee1843777ee6fc7fd6a3235d6d1885ae45d1e88fcb13b49d5df148f80
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
version: v1.0 name: Test agent: machine: type: e1-standard-2 os_image: ubuntu1804 blocks: - name: Setup task: jobs: - name: "Checkout" commands: - checkout - ls - rm -f .rbenv-version .ruby-version - name: Spec versions task: jobs: - name: "2.4" commands: - checkout - sem-version ruby 2.4 - cache restore - bundle install - cache store - bundle exec rspec - name: "2.5" commands: - checkout - sem-version ruby 2.5 - cache restore - bundle install - cache store - bundle exec rspec - name: "2.6" commands: - checkout - sem-version ruby 2.6 - cache restore - bundle install - cache store - bundle exec rspec - name: "jruby-9.2.0.0" commands: - checkout - sem-version ruby jruby-9.2.0.0 - cache restore - gem install bundler - bundle install - cache store - bundle exec rspec
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
epics-1.8.1 | .semaphore/semaphore.yml |
epics-1.8.0 | .semaphore/semaphore.yml |