chore: update script URL in dstr.sh hook file
This commit is contained in:
parent
812ac7a432
commit
c8359d1f75
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# URL to the raw script file
|
# URL to the raw script file
|
||||||
SCRIPT_URL="https://gitea.example.com/org/hooks-repo/raw/branch/main/semantic-commit-validator.sh"
|
SCRIPT_URL="https://git.kjan.de/jank/scripts/raw/branch/main/hooks/pre-recieve.sh"
|
||||||
|
|
||||||
# Temporary file for the downloaded script (necessary to execute it properly)
|
# Temporary file for the downloaded script (necessary to execute it properly)
|
||||||
TEMP_SCRIPT=$(mktemp)
|
TEMP_SCRIPT=$(mktemp)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue