Skip to content

Commit

Permalink
Merge pull request #559 from alphagov/ChrisBAshton-patch-1-1
Browse files Browse the repository at this point in the history
Remove redundant config
  • Loading branch information
ChrisBAshton authored Jan 18, 2021
2 parents e151e6e + 40f011e commit 08bc685
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 08bc685

Please sign in to comment.