Sha256: 2a5801cf1a601d51eed95fe60e77d7ebed29ccc59ed4694828513309d536879d

Contents?: true

Size: 476 Bytes

Versions: 45

Compression:

Stored size: 476 Bytes

Contents

# after script init
export CI=1
export CI_JOB_ID=1
export CI_JOB_NUMBER=100
export CI_BUILD_ID=12
export CI_BUILD_NUMBER=101
export CI_PROJECT_NAME=vexor/vx-test-repo
export CI_BUILD_SHA=8f53c077072674972e21c82a286acc07fada91f5
export CI_BRANCH=test/pull-request
export VX_ROOT=$(pwd)
cd ${VX_ROOT}/code/vexor/vx-test-repo

# after script
test -f $HOME/.casher/bin/casher && casher-ruby $HOME/.casher/bin/casher push http://example.com/test/pull-request/rvm-1.9.3-gemfile.tgz

Version data entries

45 entries across 15 versions & 1 rubygems

Version Path
vx-builder-0.5.1 spec/fixtures/integration/ruby/matrix/0.after_script.sh
vx-builder-0.5.1 spec/fixtures/integration/ruby/deploy/after_script.sh
vx-builder-0.5.0 spec/fixtures/integration/ruby/language/after_script.sh
vx-builder-0.5.0 spec/fixtures/integration/ruby/matrix/0.after_script.sh
vx-builder-0.5.0 spec/fixtures/integration/ruby/deploy/after_script.sh