Skip to content

Commit

Permalink
[CI] Remove lint step from unity/pr-head step
Browse files Browse the repository at this point in the history
This step should only be performed as part of the `lint/pr-head` CI
step.  It was included as part of the unity-specific CI steps prior to
merging of unity into main.  It is no longer necessary as part of
`unity/pr-head`.
  • Loading branch information
Lunderberg committed Jul 12, 2024
1 parent fd7c81d commit 374ad4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
8 changes: 0 additions & 8 deletions ci/jenkins/unity_jenkinsfile.groovy
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,6 @@ def lint(node_type) {
)
skip_ci = should_skip_ci(env.CHANGE_ID)
skip_slow_tests = should_skip_slow_tests(env.CHANGE_ID)
sh(
script: "${docker_run} ${ci_lint} ./tests/scripts/task_lint.sh",
label: 'Run lint',
)
sh(
script: "${docker_run} ${ci_lint} ./tests/scripts/unity/task_extra_lint.sh",
label: 'Run extra lint',
)
}
}
}
Expand Down
23 changes: 0 additions & 23 deletions tests/scripts/unity/task_extra_lint.sh

This file was deleted.

0 comments on commit 374ad4e

Please sign in to comment.