Uh oh!
There was an error while loading. Please reload this page.
fix(actions): cypress - #38694
Conversation
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
84bee78 to
7cb6a3dCompareszaimen
commented
Jun 8, 2023
backports? |
artonge
commented
Jun 8, 2023
/backport to stable27 |
artonge
commented
Jun 8, 2023
/backport to stable26 |
artonge
commented
Jun 8, 2023
Wait, backports won't be that easy, I think. Let's see wait happen with the first two… |
szaimen
commented
Jun 8, 2023
Drone failure unrelated |
artonge
commented
Jun 8, 2023
/backport to stable25 |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
szaimen
commented
Jun 8, 2023
/backport to stable25 |
The backport to stable25 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable25
git pull origin/stable25
# Create the new backport branch
git checkout -b fix/foo-stable25
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable25More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
skjnldsv
commented
Jun 8, 2023
Lol, we don't have cypress on 25 folks! 🙈 |
szaimen
commented
Jun 8, 2023
Ah sorry 😅 |
Fix cypress actions for self hosted runners