Allow publishing to fail in the event of only updating a bundled binary program
This commit is contained in:
parent
fca391a2da
commit
2af235fca0
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -32,7 +32,7 @@ pipeline {
|
|||
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
|
||||
flutter pub publish -f --skip-validation
|
||||
flutter pub publish -f --skip-validation || true
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue