1
0
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:
Fernando Ayats 2021-11-27 16:52:53 +01:00
parent 319a35be6f
commit 8859e908f0

View File

@ -13,7 +13,7 @@ CONTAINER="azurlaneautoscript"
pprint "Updating this repo"
prun "git stash"
prun "git pull"
prun "git pull --ff"
prun "git stash pop"
pprint "Checking for existing config file"