Fix source brnach in master-ci push

albatross
Willem Melching 2020-01-30 13:31:14 -08:00
parent a97ebc28b5
commit a2fe62ce77
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ popd
if [ ! -z "$PUSH" ]; then
echo "[-] Pushing to $PUSH T=$SECONDS"
git push -f origin master:$PUSH
git push -f origin master-ci:$PUSH
fi
echo "[-] done pushing T=$SECONDS"