Sha256: fb8afdd5557c5a9460a44fbbd4b71b19beab21fd3dbf5a82d25f4dfd09c3cc11
Contents?: true
Size: 448 Bytes
Versions: 3
Compression:
Stored size: 448 Bytes
Contents
version: 2.1 orbs: ruby: circleci/ruby@0.1.2 jobs: build: docker: - image: circleci/ruby:2.7.0 steps: - checkout - run: name: Which bundler? command: bundle -v - run: # Install Ruby dependencies name: Bundle Install command: bundle install - run: name: Run rake command: bundle exec rake - store_test_results: path: test_results
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reserved_subdomains-0.9.2 | .circleci/config.yml |
reserved_subdomains-0.9.1 | .circleci/config.yml |
reserved_subdomains-0.9 | .circleci/config.yml |