doc: fixed instructions for pre release hook
This commit is contained in:
parent
75257a0607
commit
c6c7a538ac
|
@ -12,8 +12,8 @@ make a pre commit hook to compile
|
|||
|
||||
```shell
|
||||
|
||||
echo `drone jsonnet --source .drone//.drone.jsonnet --target .drone//.drone.yml --stream` > .git/hooks/pre-commit
|
||||
echo `git add .drone//.drone.yml` > .git/hooks/pre-commit
|
||||
echo `drone jsonnet --source .drone/.drone.jsonnet --target .drone/.drone.yml --stream` > .git/hooks/pre-commit
|
||||
echo `git add .drone/.drone.yml` > .git/hooks/pre-commit
|
||||
|
||||
chmod +x .git/hooks/pre-commit
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue