Remove tests from jenkinsfile
This commit is contained in:
parent
39dac3b191
commit
9c914fb36d
1 changed files with 0 additions and 6 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -10,12 +10,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
sh 'dart test'
|
||||
}
|
||||
}
|
||||
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'dart pub publish'
|
||||
|
|
Loading…
Reference in a new issue