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 38261de commit 8a92a06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ library("govuk")

node {
govuk.buildProject(
beforeTest: {
sh("yarn install")
},
sassLint: false,
rubyLintDirs: "",
publishingE2ETests: true,
brakeman: true
Expand Down

0 comments on commit 8a92a06

Please sign in to comment.