install before ci

This commit is contained in:
2020-02-19 09:56:48 +01:00
parent d622558143
commit 56f81a7a1a
2 changed files with 2 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
script {
currentBuild.displayName = env.VERSION
}
sh 'yarn'
sh 'yarn ci ${VERSION}'
}
}