From 8a92a060425d42e72d277b2b3c9028fef2db2920 Mon Sep 17 00:00:00 2001 From: Chris Ashton Date: Mon, 18 Jan 2021 10:39:51 +0000 Subject: [PATCH] Remove redundant config The sassLint option was removed in https://github.com/alphagov/govuk-jenkinslib/pull/80 And the Yarn install step is unnecessary as of https://github.com/alphagov/govuk-jenkinslib/pull/82 --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cce6f8f8b..96f804ee3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,10 +4,6 @@ library("govuk") node { govuk.buildProject( - beforeTest: { - sh("yarn install") - }, - sassLint: false, rubyLintDirs: "", publishingE2ETests: true, brakeman: true