Sha256: a443a2f139e5c9b51dbfac370edbff09f63d07385a00f71f4803bc6dad995767
Contents?: true
Size: 260 Bytes
Versions: 24
Compression:
Stored size: 260 Bytes
Contents
#!/bin/sh for cache_group in "$@" do case $cache_group in ruby) cache store gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock) vendor/bundle ;; *) echo "Invalid argument: Cache group $cache_group not found." exit 1 ;; esac done
Version data entries
24 entries across 24 versions & 1 rubygems