Validate werf version

This commit is contained in:
Alexey Igrychev
2021-03-10 13:49:26 +00:00
parent 3a89c159de
commit f589022202
11 changed files with 26868 additions and 193 deletions

View File

@@ -23,9 +23,6 @@ export async function PrepareEnvironAndRunWerfCommand(
const m = new Manager()
await m.Install()
const versionOutput = await m.GetOutput(['version'])
ValidateWerfVersion(versionOutput)
process.env.GITHUB_TOKEN =
process.env.GITHUB_TOKEN || core.getInput('github-token')
await m.PerformCIEnv()