Skip to content

Commit

Permalink
Merge pull request #90 from jglick/timestamps-INFRA-2028
Browse files Browse the repository at this point in the history
[INFRA-2028] `buildPlugin()` - Remove the timestamps step which is no longer necessary
  • Loading branch information
oleg-nenashev authored Aug 13, 2019
2 parents f6e2cae + a4390b2 commit 6fdfa86
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 @@ -181,11 +181,9 @@ def call(Map params = [:]) {
}
}

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

Expand Down

0 comments on commit 6fdfa86

Please sign in to comment.