ComfortableRaspberry@feddit.org to memes@lemmy.world · 16 days agoWhy does have to be this way?feddit.orgimagemessage-square35linkfedilinkarrow-up1479arrow-down119file-text
arrow-up1460arrow-down1imageWhy does have to be this way?feddit.orgComfortableRaspberry@feddit.org to memes@lemmy.world · 16 days agomessage-square35linkfedilinkfile-text
Rolling, rolling, rolling back nothing I love more than communicating why we had to roll back again (ノಠ益ಠ)ノ
minus-squarechellomere@lemmy.worldlinkfedilinkarrow-up1·15 days agoSo, what if I want to push some debug or preliminary code to a topic branch, would this system prevent this if all tests don’t pass?
minus-squareneonred@lemmy.worldlinkfedilinkarrow-up1·edit-215 days agoNo, it does not prevent pushing (as long as the pre-hooks work) but you cannot deploy from a failed pipeline/branch because you have defective software, as proven by failed tests.
So, what if I want to push some debug or preliminary code to a topic branch, would this system prevent this if all tests don’t pass?
No, it does not prevent pushing (as long as the pre-hooks work) but you cannot deploy from a failed pipeline/branch because you have defective software, as proven by failed tests.
That is reasonable