CI speedup (#26096)
* CI speedup * use the new stuff * push * no regressions * try that * don't let this slip * fix modeld tests * fix linter * modernize prebuilt * cleanup * fix those * increase a bit old-commit-hash: 00494a44f4fb8f9e18ce82e22bf40fbe6bc1a805
This commit is contained in:
@@ -22,8 +22,8 @@ pre-commit uninstall || true
|
||||
|
||||
echo "[-] bringing master-ci and devel in sync T=$SECONDS"
|
||||
cd $TARGET_DIR
|
||||
git fetch origin master-ci
|
||||
git fetch origin devel
|
||||
git fetch --depth 1 origin master-ci
|
||||
git fetch --depth 1 origin devel
|
||||
|
||||
git checkout -f --track origin/master-ci
|
||||
git reset --hard master-ci
|
||||
|
||||
Reference in New Issue
Block a user