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 6bde68f commit 2e91ef4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ node {
govuk.setEnvar("PUBLISHING_E2E_TESTS_APP_PARAM", "CONTACTS_ADMIN_COMMITISH")
govuk.buildProject(
publishingE2ETests: true,
sassLint: false,
repoName: 'contacts-admin',
beforeTest: {
govuk.setEnvar('RUNNING_IN_CI', 'true')
sh("yarn install")
},
brakeman: true,
)
Expand Down

0 comments on commit 2e91ef4

Please sign in to comment.