aboutsummaryrefslogtreecommitdiffstats
path: root/screwdriver/delete-old-artifactory-artifacts.sh
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahooinc.com>2022-03-29 10:13:05 +0200
committerArnstein Ressem <aressem@yahooinc.com>2022-03-29 10:13:05 +0200
commitbafbce2be95a77c385ba02b594b2577392e28cfc (patch)
tree3e9e97ad6fda9119333a08469c951628cd9b82f5 /screwdriver/delete-old-artifactory-artifacts.sh
parent9bced6805fe2d89f9ba316399474a831c85985ff (diff)
Fail if some RPM uploads failed.
Diffstat (limited to 'screwdriver/delete-old-artifactory-artifacts.sh')
-rwxr-xr-xscrewdriver/delete-old-artifactory-artifacts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/screwdriver/delete-old-artifactory-artifacts.sh b/screwdriver/delete-old-artifactory-artifacts.sh
index a08a1479a5a..9235575baff 100755
--- a/screwdriver/delete-old-artifactory-artifacts.sh
+++ b/screwdriver/delete-old-artifactory-artifacts.sh
@@ -5,7 +5,7 @@
set -euo pipefail
MAX_NUMBER_OF_RELEASES=200
-ARTIFACTORY_URL="https://artifactory.verizonmedia.com/artifactory"
+ARTIFACTORY_URL="https://artifactory.yahooinc.com/artifactory"
# JFrog Cloud repo file
if [[ ! -f /etc/yum.repos.d/vespa.repo ]]; then