Skip to content

Commit

Permalink
[CI] compare with the calculated SHA commit (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Sep 3, 2020
1 parent d32077a commit c51d008
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ pipeline {
]
env.GHERKIN_SPECS_UPDATED = isGitRegionMatch(
from: "${env.GIT_PREVIOUS_SUCCESSFUL_COMMIT}",
to: "${env.GIT_COMMIT}",
patterns: regexps)

// regexp for JSON specs
Expand All @@ -90,7 +89,6 @@ pipeline {
]
env.JSON_SPECS_UPDATED = isGitRegionMatch(
from: "${env.GIT_PREVIOUS_SUCCESSFUL_COMMIT}",
to: "${env.GIT_COMMIT}",
patterns: regexps)
}
}
Expand Down

0 comments on commit c51d008

Please sign in to comment.