Ensure serverCode is deleted before trying to publish
This commit is contained in:
parent
662b93e011
commit
ede58b45c9
2 changed files with 3 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,6 +23,7 @@ pipeline {
|
|||
dart pub get
|
||||
dart doc
|
||||
tar -cvf docs.tgz doc/api/*
|
||||
rm -rf ServerCode
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
@ -38,6 +39,7 @@ pipeline {
|
|||
sh 'git commit -m "[BOT] Publish LibAC DartDocs"'
|
||||
sh 'git push --all'
|
||||
}
|
||||
sh 'rm -rf ServerCode'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: libac_dart
|
||||
description: "Aria's Creations code library"
|
||||
version: 1.2.071024+0207
|
||||
version: 1.2.071024+0213
|
||||
homepage: "https://zontreck.com"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue