|
|
|
@ -48,7 +48,7 @@ git clean -d -f
|
|
|
|
|
# Push 'master' to the fork and make a proper PR...
|
|
|
|
|
if [[ $BRANCH == "master" ]]; then
|
|
|
|
|
|
|
|
|
|
if [[ $$FORK == "MarlinFirmware" ]]; then
|
|
|
|
|
if [[ $FORK == "MarlinFirmware" ]]; then
|
|
|
|
|
|
|
|
|
|
# Allow working directly with the main fork
|
|
|
|
|
git push -f upstream
|
|
|
|
|