ligi
Results
373
issues of
ligi
having this rebuild script ``` ⋊> ~ cat /home/ligi/bin/scripts/kontinuum-rebuild #!/usr/bin/env bash git tag -d rebuild git tag rebuild git push origin :rebuild git push origin rebuild -f ``` but would...
When I set the tag "rebuild" for a commit - continuum should trigger the rebuild and remove the tag this is e.g. needed when the UI-tests fail for some real...
enhancement