File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tests/beaker/test_run_scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
1010fi
1111
1212export pe_dist_dir=" http://enterprise.delivery.puppetlabs.net/2015.3/ci-ready"
13- export GEM_SOURCE=http ://rubygems .delivery.puppetlabs.net
13+ export GEM_SOURCE=https ://artifactory .delivery.puppetlabs.net/artifactory/api/gems/rubygems/
1414
1515bundle install --without build development test --path .bundle/gems
1616
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
1010fi
1111
1212export pe_dist_dir=" http://pe-releases.puppetlabs.lan/2015.3.3"
13- export GEM_SOURCE=http ://rubygems .delivery.puppetlabs.net
13+ export GEM_SOURCE=https ://artifactory .delivery.puppetlabs.net/artifactory/api/gems/rubygems/
1414
1515bundle install --without build development test --path .bundle/gems
1616
You can’t perform that action at this time.
0 commit comments