Sha256: dfcaf45aa8f8925323195d3064e5a98ad1ea9492335c26d94afb83554ee304f6
Contents?: true
Size: 171 Bytes
Versions: 7
Compression:
Stored size: 171 Bytes
Contents
export PULL_REQUEST_URL=${CI_PULL_REQUEST} IFS='/' array=( $PULL_REQUEST_URL ) export PULL_REQUEST_ID=`echo ${array[6]}` bundle exec pronto run -f github -c origin/master
Version data entries
7 entries across 7 versions & 1 rubygems