CI: Fixing up the Git integration

This commit is contained in:
Jermolene
2019-01-07 16:51:06 +00:00
parent a2d4239db0
commit 75158c0366
-2
View File
@@ -18,6 +18,4 @@ git remote add upstream "https://$GH_TOKEN@github.com/Jermolene/Testing2019.git"
git fetch upstream || exit 1
git reset upstream/master || exit 1
cd .. || exit 1