ci: Restore git mtime after pull for sccache hits
Some checks failed
BotServer CI / build (push) Has been cancelled
Some checks failed
BotServer CI / build (push) Has been cancelled
This commit is contained in:
parent
c5b98c4e88
commit
818a49ce00
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
cd /opt/gbo/work/generalbots
|
cd /opt/gbo/work/generalbots
|
||||||
git pull
|
git pull
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
|
git ls-files -z | xargs -0 -I{} touch -d "$(git log -1 --format='@%ct' -- '{}')" '{}'
|
||||||
git log --oneline -1
|
git log --oneline -1
|
||||||
|
|
||||||
- name: Build BotServer and BotUI
|
- name: Build BotServer and BotUI
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue