Skip to content

Commit 2aec49a

Browse files
committed
Fix default promotePkgServerData production directory
1 parent 0943ec9 commit 2aec49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function promotePkgServerData(){
392392
for DISTRIBUTION in "$@"; do
393393
394394
STAGING_DIRECTORY="/var/www/pkg.jenkins.io.staging/$DISTRIBUTION$RELEASELINE/"
395-
PRODUCTION_DIRECTORY="/var/www/pkg.jenkins.io.staging/$DISTRIBUTION$RELEASELINE/"
395+
PRODUCTION_DIRECTORY="/var/www/pkg.jenkins.io/$DISTRIBUTION$RELEASELINE/"
396396
397397
echo "Promoting pkg server data from Staging to Production for $DISTRIBUTION"
398398
rsync \

0 commit comments

Comments
 (0)