rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
417 stars 63 forks source link

Gitlab pipeline failed with exit code 1 when i try to get version #291

Closed Konversys closed 1 year ago

Konversys commented 1 year ago

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
Konversys commented 1 year ago

292 This pull request fix it