Skip to content

Commit

Permalink
Disable Jenkins pre-commit hook
Browse files Browse the repository at this point in the history
Let's enable it when jenkins3@hpe is available

Cancel-prev-build: false

Signed-off-by: Tomasz Gromadzki <[email protected]>
  • Loading branch information
grom72 committed Feb 26, 2025
1 parent 3f63b01 commit f8698d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/githooks/pre-commit.d/30-Jenkinsfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ if [ -z "$(_git_diff_cached_files "Jenkinsfile")" ] ; then
exit 0
fi

echo "Temporary disable githook as no access to build.hpdd.intel.com"
exit 0

echo "Checking syntax"

Check failure on line 25 in utils/githooks/pre-commit.d/30-Jenkinsfile.sh

View workflow job for this annotation

GitHub Actions / ShellCheck

Command appears to be unreachable. Check usage (or ignore if invoked indirectly). [SC2317]

HOST="${HOST:-build.hpdd.intel.com}"

Check failure on line 27 in utils/githooks/pre-commit.d/30-Jenkinsfile.sh

View workflow job for this annotation

GitHub Actions / ShellCheck

Command appears to be unreachable. Check usage (or ignore if invoked indirectly). [SC2317]
Expand Down

0 comments on commit f8698d0

Please sign in to comment.