summaryrefslogtreecommitdiff
path: root/tcwg-update-tested.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-02-10 11:57:25 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-02-10 11:57:55 +0000
commite2196e583a850d75ea64c4b9cdbfc3755295484a (patch)
treec16b0231e085021b4293a866ce6ac060ac6ec68b /tcwg-update-tested.sh
parent70dc16911c9b438dfff0ee8ad48d2fd5cb355e02 (diff)
Revert "tcwg-update-tested.sh: Force push to abe.git and jenkins-scripts.git"
This reverts commit 70dc16911c9b438dfff0ee8ad48d2fd5cb355e02. Reason for revert: The underlying problem was wrong (outdate) ssh configuration on dev-01.tcwglab, which caused PWD directory. Change-Id: I75e0e08f4a75b0217193d0192a49f32d3f42a8c5
Diffstat (limited to 'tcwg-update-tested.sh')
-rwxr-xr-xtcwg-update-tested.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg-update-tested.sh b/tcwg-update-tested.sh
index ddc1e35a..a68cabc8 100755
--- a/tcwg-update-tested.sh
+++ b/tcwg-update-tested.sh
@@ -22,8 +22,8 @@ if [ x"$USER" = x"tcwg-buildslave" ]; then
git config --global user.name "TCWG Buildslave"
git config --global user.email tcwg-buildslave@linaro.org
fi
-git -C abe push -f gerrit $GIT_COMMIT:refs/heads/tested
-git -C jenkins-scripts push -f gerrit $GIT_COMMIT_1:refs/heads/tested
+git -C abe push gerrit $GIT_COMMIT:refs/heads/tested
+git -C jenkins-scripts push gerrit $GIT_COMMIT_1:refs/heads/tested
pushd dockerfiles
GIT_COMMIT_2=$(git rev-parse $GIT_COMMIT_2)