Skip to content
Snippets Groups Projects
Commit bf40d5f8 authored by Luc Bourdot's avatar Luc Bourdot
Browse files

Merge branch '213-husky-must-be-disabled-for-ci' into 'dev'

Resolve "Husky must be disabled for CI"

Closes #213

See merge request !622
parents 32851172 6ca4db99
No related branches found
No related tags found
3 merge requests!654Publish stable version,!631Generate testing v6,!622Resolve "Husky must be disabled for CI"
Pipeline #18615 failed
#!/bin/sh
# ...
[ -z "$CI" ] || exit 0
. "$(dirname "$0")/_/husky.sh"
cd app
......
#!/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