Skip to content

Commit

Permalink
Remove redundant config
Browse files Browse the repository at this point in the history
The sassLint option was removed in alphagov/govuk-jenkinslib#80
And the Yarn install step is unnecessary as of alphagov/govuk-jenkinslib#82
  • Loading branch information
ChrisBAshton authored Jan 18, 2021
1 parent e151e6e commit 721312f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
library("govuk")

node('mongodb-2.4') {
govuk.buildProject(
beforeTest: { sh("yarn install") },
sassLint: false,
)
govuk.buildProject()
}

0 comments on commit 721312f

Please sign in to comment.