yuniql
yuniql copied to clipboard
Fixed exit code for version and help commands
I have got a gitlab-ci.yaml
deploy:
state: deploy
script:
- echo "deploy"
- yuniql version
The result of this job is:
$ yuniql version
yuniql 1.3.15
ERROR: Job failed: exit status 1