Skip to content

Commit

Permalink
[INFRA-2028] The timestamps step is no longer necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 31, 2019
1 parent 66a1484 commit a4390b2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vars/buildPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,9 @@ def call(Map params = [:]) {
}
}

timestamps {
parallel(tasks)
if (publishingIncrementals) {
infra.maybePublishIncrementals()
}
parallel(tasks)
if (publishingIncrementals) {
infra.maybePublishIncrementals()
}
}

Expand Down

0 comments on commit a4390b2

Please sign in to comment.