Skip to content
Snippets Groups Projects
Commit 1f2e141e authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

build(husky): disable husky in pre push hook

parent cd48af19
No related branches found
No related tags found
No related merge requests found
Pipeline #18601 passed
#!/bin/sh
# ...
[ -z "$CI" ] || exit 0
. "$(dirname "$0")/_/husky.sh"
cd app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment