Releases: firecow/gitlab-ci-local
Releases · firecow/gitlab-ci-local
Bugfix rules
- Rules fallback is
when: never
, but inside a single rule it'swhen: on_success
Bugfix rules
- allow_failure in rules now works
Gitlab User variables
- Extrapolate gitlab user vars from project folder
Environments
- Implemented
environments:
feature to print at the end of a run
Faster execution
- Include's fetched online are now much faster
- Workflow added to reserved key-words
Rules
Bugfix. Manual jobs with needs
- Fixed bug, where manual jobs were started if their needs were satisfied, even without --manual option
Added # @Description parsing
- Added description "tag" parsing and output in --list
Simplified End Report
- A more simple and easy to understand end report
- Small bug fixes
Stages fallbacks
- Proper stages fallback
- Development npm start script and README update