Skip to content

Commit

Permalink
chore(docker): build multi-stage docker
Browse files Browse the repository at this point in the history
  • Loading branch information
khiem20tc committed Oct 22, 2023
1 parent 2da30e4 commit be0f2a9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
commitlint --edit "$1" -g "commitlintrc.yaml"
8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# #!/bin/sh
# . "$(dirname "$0")/_/husky.sh"

[ -n "$CI" ] && exit 0
# [ -n "$CI" ] && exit 0

yes | golangci-lint run
# yes | golangci-lint run

0 comments on commit be0f2a9

Please sign in to comment.