Skip to content

Commit

Permalink
Revert "Revert "chore(wrappers/publish) add 3 new rsync targets on th…
Browse files Browse the repository at this point in the history
…e new da…" (#829)

This reverts commit 7de7b4b.
  • Loading branch information
dduportal authored Nov 28, 2024
1 parent 7de7b4b commit bbcc78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - [mandatory] UPDATE_CENTER_FILESHARES_ENV_FILES (directory path): directory containing environment files to be sources for each sync. destination.
# Each task named XX expects a file named 'env-XX' in this directory to be sourced by the script to retrieve settings for the task.
RUN_STAGES="${RUN_STAGES:-generate-site|sync-plugins|sync-uc}"
SYNC_UC_TASKS="${SYNC_UC_TASKS:-rsync-updates.jenkins.io|azsync-content|azsync-redirections-unsecured|azsync-redirections-secured|s3sync-westeurope|s3sync-eastamerica}"
SYNC_UC_TASKS="${SYNC_UC_TASKS:-rsync-updates.jenkins.io|rsync-updates.jenkins.io-data-content|azsync-content|rsync-updates.jenkins.io-data-redirections-unsecured|azsync-redirections-unsecured|rsync-updates.jenkins.io-data-redirections-secured|azsync-redirections-secured|s3sync-westeurope|s3sync-eastamerica}"
MIRRORBITS_HOST="${MIRRORBITS_HOST:-updates.jio-cli.trusted.ci.jenkins.io}"

# Split strings to arrays for feature flags setup
Expand Down

0 comments on commit bbcc78d

Please sign in to comment.