ci: use relative path to deploy script
This commit is contained in:
parent
a5c67bf878
commit
44d3ec9fed
2
bin/ci
2
bin/ci
@ -32,7 +32,7 @@ if [ "${1}" = "update" ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
deploy watch update
|
./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