Skip to content

Commit

Permalink
Remove redundant Jenkinsfile config
Browse files Browse the repository at this point in the history
Yarn install now happens automatically, sassLint is no longer a supported option and brakeman runs implicitly.
  • Loading branch information
kevindew authored Jan 26, 2021
1 parent ce2354e commit c5385ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ REPOSITORY = 'government-frontend'

node {
govuk.setEnvar("PUBLISHING_E2E_TESTS_COMMAND", "test-government-frontend")
govuk.buildProject(
beforeTest: { sh("yarn install") },
sassLint: false,
publishingE2ETests: true,
brakeman: true,
)
govuk.buildProject(publishingE2ETests: true)
}

0 comments on commit c5385ee

Please sign in to comment.