We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117505e commit 60fd7aeCopy full SHA for 60fd7ae
scripts/health-check-launcher.sh
@@ -6,5 +6,3 @@ cd "$(dirname "${BASH_SOURCE[0]}")";
6
SCRIPTS=`pwd`
7
8
"$SCRIPTS/health-check.sh" 2>&1
9
-
10
-git push --force origin health-check
scripts/health-check.sh
@@ -19,6 +19,7 @@ fi
19
git merge --no-edit -Xtheirs "$TAG"
20
git commit --allow-empty -m "a health-check against current Chromium"
21
git checkout master
22
+git push --force origin health-check
23
24
popd
25
0 commit comments