mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Docker script: auto update repo
This commit is contained in:
parent
4d60b761dc
commit
7f6dc99416
@ -15,7 +15,8 @@ pprint "Updating this repo"
|
||||
prun "git fetch origin master"
|
||||
prun "git stash"
|
||||
prun "git pull --ff origin master"
|
||||
prun "git stash pop" || pprint "Not needed"
|
||||
pprint "git stash pop"
|
||||
git stash pop || pprint "Not neeeded"
|
||||
|
||||
pprint "Checking for existing config file"
|
||||
if [[ ! -f "$SOURCE/../config/alas.json" ]]; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user