You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add trigger to start new pipeline if nothing is pushed (#40)
* Added check from git status to decide if to push or trigger
* Check putput from push and trigger if nothing needed pushing
* Changed comparison
* Check if CI uses current file
* Use regular sub-shell instead of separate one
* Put stdout and stderr into files and then into vars
* Another update on treating vars
Relevant info is in stderr
* Changed filename only for one case (not the other)
* Corrected spelling issues in README and CHANGELOG
* Linebreak needed for linter
Iss17 update readme (#22)
* Clarified: "get_status" waits for Gitlab to finish
* Removed reference to outdated mirror_wait.yml
And added example-snippets in the readme itself.
* Added line-break to stay below 80chars