forked from naskya/firefish
dev: apply patches after git pull
This commit is contained in:
parent
5f1e30af80
commit
e02670bfb0
2 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,10 @@ set -eu
|
|||
|
||||
. neko/update/utils
|
||||
|
||||
# Apply patches
|
||||
run './neko/update/patch.sh'
|
||||
br
|
||||
|
||||
# Show messages
|
||||
for message in $(find neko/messages -type f ! -name '*.resolved' -print | sort); do
|
||||
file=$(basename -- "${message}")
|
||||
|
|
|
@ -5,10 +5,6 @@ set -eu
|
|||
|
||||
say 'Start upgrading Firefish!'
|
||||
|
||||
# Apply patches
|
||||
run './neko/update/patch.sh'
|
||||
br
|
||||
|
||||
# Pull changes
|
||||
OLD_COMMIT=$(git rev-parse --short HEAD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue