Skip to content

Commit

Permalink
Remove check git status
Browse files Browse the repository at this point in the history
Remove check of changes in git because the code is merged into
the target branch and therefore there may be changes with respect
of the pr.

Signed-off-by: Pablo Chacin <pchacin@suse.com>
  • Loading branch information
Pablo Chacin committed Jun 26, 2020
1 parent c808137 commit ac43446
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/jenkins/pipelines/prs/skuba-test.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,6 @@ pipeline {

sh(script: 'make lint', label: 'make lint')

echo 'Checking status of git tree'

sh(script: 'test -z "$(git status --porcelain go.mod go.sum vendor/)" || { echo "there are uncommitted changes. This should never happen; diff:"; git diff; exit 1; }', label: 'git tree status')

echo 'Updating GitHub status for code-lint'
sh(script: "${PR_MANAGER} update-pr-status ${pr_context} 'success'", label: "Sending success status")

Expand Down

0 comments on commit ac43446

Please sign in to comment.