deploy: use path relative to bin
This commit is contained in:
parent
19d0616eb5
commit
e38c2e000e
2
bin/ci
2
bin/ci
@ -32,7 +32,7 @@ if [ "${1}" = "update" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./deploy watch update
|
bin/deploy watch update
|
||||||
if ! git diff --exit-code >/dev/null; then
|
if ! git diff --exit-code >/dev/null; then
|
||||||
git add pull_requests
|
git add pull_requests
|
||||||
git commit -m 'watched: update watched pull requests'
|
git commit -m 'watched: update watched pull requests'
|
||||||
|
Loading…
Reference in New Issue
Block a user