Skip to content

Commit

Permalink
Disable S3 uploads for testing (#1016)
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero authored Sep 20, 2023
1 parent 8d891d8 commit 59d8bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins-scripts/lib/repository_uploader.bash
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ case ${UPLOAD_TO_REPO} in
exit 1
fi
;;
"nightly")
# No uploads for nightly packages test runs
"nightly" | "testing")
# No uploads for nightly or testing packages test runs
ENABLE_S3_UPLOAD=false
;;
"none")
Expand Down

0 comments on commit 59d8bbc

Please sign in to comment.