Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laboite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
apps.education
laboite
Commits
bf40d5f8
Commit
bf40d5f8
authored
2 years ago
by
Luc Bourdot
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!654
Publish stable version
,
!631
Generate testing v6
,
!622
Resolve "Husky must be disabled for CI"
Pipeline
#18615
failed
2 years ago
Stage: initial-checks
Stage: deps
Stage: test
Stage: build
Stage: release
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.husky/pre-commit
+3
-0
3 additions, 0 deletions
.husky/pre-commit
.husky/pre-push
+3
-0
3 additions, 0 deletions
.husky/pre-push
with
6 additions
and
0 deletions
.husky/pre-commit
+
3
−
0
View file @
bf40d5f8
#!/bin/sh
# ...
[
-z
"
$CI
"
]
||
exit
0
.
"
$(
dirname
"
$0
"
)
/_/husky.sh"
cd
app
...
...
This diff is collapsed.
Click to expand it.
.husky/pre-push
+
3
−
0
View file @
bf40d5f8
#!/bin/sh
# ...
[
-z
"
$CI
"
]
||
exit
0
.
"
$(
dirname
"
$0
"
)
/_/husky.sh"
cd
app
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment