Update .gitlab-ci.yml file

This commit is contained in:
Kewbit 2024-11-27 23:27:30 +00:00
parent e4e0dc3bf3
commit c7fdf1ffd1

View file

@ -17,9 +17,6 @@ update_patched_master:
echo "patched_changes branch found. Proceeding...";
git checkout patched_master || git checkout -b patched_master;
git reset --hard origin/patched_changes;
else
echo "Error: patched_changes branch does not exist in the remote repository.";
exit 1;
fi
- echo "Force-pushing patched_master to match patched_changes..."
- git push origin patched_master --force