Skip validation on publish
This commit is contained in:
parent
0c2839ea5c
commit
1dd0a4f825
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -20,7 +20,7 @@ pipeline {
|
|||
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'dart pub publish -f'
|
||||
sh 'dart pub publish -f --skip-validation'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue