Skip to content

Commit 60fd7ae

Browse files
committed
scripts: move that forced push into health-check again
1 parent 117505e commit 60fd7ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/health-check-launcher.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ cd "$(dirname "${BASH_SOURCE[0]}")";
66
SCRIPTS=`pwd`
77

88
"$SCRIPTS/health-check.sh" 2>&1
9-
10-
git push --force origin health-check

scripts/health-check.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fi
1919
git merge --no-edit -Xtheirs "$TAG"
2020
git commit --allow-empty -m "a health-check against current Chromium"
2121
git checkout master
22+
git push --force origin health-check
2223

2324
popd
2425

0 commit comments

Comments
 (0)