Skip to content

Commit

Permalink
.ci/aws: Skip default SCM checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Na <[email protected]>
  • Loading branch information
Nathan Na committed Jan 8, 2025
1 parent 412e452 commit d99e4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/aws/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ pipeline {
options {
buildDiscarder(logRotator(daysToKeepStr: "365"))
timeout(time: 8, unit: 'HOURS')
skipDefaultCheckout()
}
environment {
// AWS region where the cluster is created
Expand Down

0 comments on commit d99e4f8

Please sign in to comment.