Jenkins Git doesn't support "restore"

This commit is contained in:
Ștefan Talpalaru 2020-05-20 19:51:13 +02:00
parent 1706e69d84
commit 8f227779e6
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ update-common: | sanity-checks
# changing URLs in a submodule's submodule means we have to sync and update twice
git submodule sync --quiet --recursive
git submodule update --init --recursive
git submodule foreach --quiet --recursive 'git restore .'
git submodule foreach --quiet --recursive 'git reset .'
rm -rf $(NIMBLE_DIR)
+ $(MAKE) --no-print-directory deps
ifeq ($(USE_SYSTEM_NIM), 0)