Skip to content

Commit

Permalink
Merge pull request #141 from lemeurherve/no-cloudflare
Browse files Browse the repository at this point in the history
chore: comment out CloudFlare sync for now
  • Loading branch information
dduportal committed Mar 5, 2024
2 parents d2dab62 + 791af0e commit 5273519
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ node('linux') {
azcopy sync ./updates/ "https://updatesjenkinsio.file.core.windows.net/updates-jenkins-io/updates/?${UPDATES_FILE_SHARE_QUERY_STRING}" --exclude-path '.svn' --recursive=true
## Note: AWS CLI are configured through environment variables (from Jenkins credentials) - https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
aws s3 sync ./updates/ s3://"${UPDATES_R2_BUCKETS}"/updates/ \
--no-progress \
--no-follow-symlinks \
--size-only \
--exclude '.svn' \
--endpoint-url "${UPDATES_R2_ENDPOINT}"
# aws s3 sync ./updates/ s3://"${UPDATES_R2_BUCKETS}"/updates/ \
# --no-progress \
# --no-follow-symlinks \
# --size-only \
# --exclude '.svn' \
# --endpoint-url "${UPDATES_R2_ENDPOINT}"
'''
}
}
Expand Down

0 comments on commit 5273519

Please sign in to comment.