Sha256: 666f01e5371fc6e99e109ae95aedd09a610394442ea3f731da1699291aa84164
Contents?: true
Size: 275 Bytes
Versions: 1
Compression:
Stored size: 275 Bytes
Contents
#!/bin/bash RUBY_VERSIONS=(2.0.0-p645 2.1.6 2.2.2) CIRCLE_NODE_RUBY_VERSION="${RUBY_VERSIONS[$CIRCLE_NODE_INDEX]}" if [[ "$1" = "build" ]] then rvm-exec $CIRCLE_NODE_RUBY_VERSION bundle install; elif [[ "$1" = "spec" ]] then rvm-exec $CIRCLE_NODE_RUBY_VERSION rspec; fi
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blockscore-4.2.1 | circleci.sh |