Skip to content

Commit 2d8e385

Browse files
authored
Merge pull request #245 from sarameisburger/artifactory-update
(RE-12896) use artifactory instead of saturn/pe-releases
2 parents 658356c + 340f65e commit 2d8e385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/beaker/test_run_scripts/integration_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
99
cd ../
1010
fi
1111

12-
export pe_dist_dir="http://enterprise.delivery.puppetlabs.net/2015.3/ci-ready"
12+
export pe_dist_dir="https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/2018.1/ci-ready"
1313
export GEM_SOURCE=https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
1414

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

tests/beaker/test_run_scripts/integration_tests_aix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ $SCRIPT_BASE_PATH = "test_run_scripts" ]; then
99
cd ../
1010
fi
1111

12-
export pe_dist_dir="http://pe-releases.puppetlabs.lan/2015.3.3"
12+
export pe_dist_dir="https://artifactory.delivery.puppetlabs.net/artifactory/generic_enterprise__local/archives/releases/2015.3.3"
1313
export GEM_SOURCE=https://artifactory.delivery.puppetlabs.net/artifactory/api/gems/rubygems/
1414

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

0 commit comments

Comments
 (0)