Fixes for commit script [skip modfiles]
- This fixes the bug in !61 (merged) where
[skip athena]
was specified as a commit message when running the commit script butlog.generate.short
was added to the commit.
log.generate.short
is removed automatically by the check_logParser job, so if this doesn't run the log.generate.short
would be left in the repo. I know added a protection against this, so that if [skip athena]
or [skip logparser]
are specified in the commit message log.generate.short
will not be added to the commit.
-
Fixing bug in #40 (closed) (Closes #40 (closed))
-
Moving logParser to python3 (Closes #31 (closed))
-
Executing scripts from gitlab-ci instead of sourcing them (Closes #37 (closed))
Successful test shown here
Edited by Spyros Argyropoulos