Update .gitlab-ci.yml file
This commit is contained in:
parent
e4e0dc3bf3
commit
c7fdf1ffd1
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ update_patched_master:
|
||||||
echo "patched_changes branch found. Proceeding...";
|
echo "patched_changes branch found. Proceeding...";
|
||||||
git checkout patched_master || git checkout -b patched_master;
|
git checkout patched_master || git checkout -b patched_master;
|
||||||
git reset --hard origin/patched_changes;
|
git reset --hard origin/patched_changes;
|
||||||
else
|
|
||||||
echo "Error: patched_changes branch does not exist in the remote repository.";
|
|
||||||
exit 1;
|
|
||||||
fi
|
fi
|
||||||
- echo "Force-pushing patched_master to match patched_changes..."
|
- echo "Force-pushing patched_master to match patched_changes..."
|
||||||
- git push origin patched_master --force
|
- git push origin patched_master --force
|
Loading…
Reference in a new issue