We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66979d6 commit e2b2fd8Copy full SHA for e2b2fd8
.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
24
resource_class: large
25
docker:
26
- image: cimg/node:22.16
27
- - image: postgres:17-alpine
+ - image: postgres:18-alpine
28
environment:
29
POSTGRES_DB: api_test
30
POSTGRES_PASSWORD: 12345
.claude/hooks/prevent-force-push.sh
@@ -10,7 +10,7 @@ if [[ -z "$cmd" ]]; then
10
exit 0
11
fi
12
13
-if [[ "$cmd" =~ git\ push.*(-f|--force) ]]; then
+if [[ "$cmd" =~ git\ push.*\ (-f|--force)($|\ ) ]]; then
14
echo "Force push is not allowed" >&2
15
exit 2
16
0 commit comments