mfilotto / azure-pipelines-tasks-flyway

Azure DevOps Build & Release Tasks for Flyway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To test locally

cd FlywayInstaller
source .env-sample
mkdir -p /tmp/_test-agent/{temp,tools}
npm run build
npm run pack
npm run start
export PATH=/tmp/_test-agent/tools/flyway/$INPUT_FLYWAYVERSION/x64:$PATH

cd FlywayCLI/
source .env-sample
npm run build
npm run pack
npm run start

About

Azure DevOps Build & Release Tasks for Flyway

License:MIT License


Languages

Language:TypeScript 100.0%