Skip to content

Commit 71bbf45

Browse files
authored
Merge pull request #203 from sarameisburger/master
(RE-9906) Migrate from stickler to artifactory
2 parents 7c66f6e + cf61c5a commit 71bbf45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/beaker/test_run_scripts/integration_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
1010
fi
1111

1212
export 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

1515
bundle install --without build development test --path .bundle/gems
1616

tests/beaker/test_run_scripts/integration_tests_aix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
1010
fi
1111

1212
export 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

1515
bundle install --without build development test --path .bundle/gems
1616

0 commit comments

Comments
 (0)