Delete trunk.sh

This commit is contained in:
Alexander David Frick 2021-10-26 05:19:15 -05:00 committed by GitHub
parent 5586a2c9de
commit ceaa2ff6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,19 +0,0 @@
#!/bin/bash
cd $HOME/chromium/src &&
git checkout -f origin/main &&
git rebase-update &&
git fetch --tags &&
gclient sync -D &&
gclient sync --with_branch_heads --with_tags &&
gclient runhooks &&
python tools/update_pgo_profiles.py --target=linux update --gs-url-base=chromium-optimization-profiles/pgo_profiles &&
exit 0