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

Yuniql Verify step is failing in Azure CI-CD pipeline #276

Open nandlaly232 opened 2 years ago

nandlaly232 commented 2 years ago

Hi , I am trying to change some column in postgres database . I using Azure pipeline to run CI-CD part . Till last month it was working fine . Since this month the yuniql verify step has started to fail .

I suspect in new version of yuniql cli , default token are not passed . Even If I try to pass manually , it does not accept.

Here is log of last month when it was working .

MicrosoftTeams-image

Below is latest failed log

MicrosoftTeams-image (1)

Here yuniql cli version has been updated from 1.2.25 to 1.3.15

Thanks .

rdagumampan commented 2 years ago

Hi @nandlaly232 thanks for reaching out and reporting this issue. I will investigate and let you know soonest the findings. Meanwhile, I hope you can still go by using the command line tools.

Can you also share part of your YAML pipeline. Thanks

nandlaly232 commented 2 years ago

Here is extract from the pipeline . It look like latest version has some issue . Because when I ran the pipeline on v1.2.25 it worked perfectly.

Screenshot 2022-07-01 103450