Skip to content

Commit

Permalink
Merge pull request #2000 from alphagov/kevindew-patch-1
Browse files Browse the repository at this point in the history
Remove redundant Jenkinsfile config
  • Loading branch information
kevindew authored Jan 26, 2021
2 parents ce2354e + c5385ee commit 01ae3f5
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 01ae3f5

Please sign in to comment.