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 pub get
|
||||||
dart doc
|
dart doc
|
||||||
tar -cvf docs.tgz doc/api/*
|
tar -cvf docs.tgz doc/api/*
|
||||||
|
rm -rf ServerCode
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -38,6 +39,7 @@ pipeline {
|
||||||
sh 'git commit -m "[BOT] Publish LibAC DartDocs"'
|
sh 'git commit -m "[BOT] Publish LibAC DartDocs"'
|
||||||
sh 'git push --all'
|
sh 'git push --all'
|
||||||
}
|
}
|
||||||
|
sh 'rm -rf ServerCode'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: libac_dart
|
name: libac_dart
|
||||||
description: "Aria's Creations code library"
|
description: "Aria's Creations code library"
|
||||||
version: 1.2.071024+0207
|
version: 1.2.071024+0213
|
||||||
homepage: "https://zontreck.com"
|
homepage: "https://zontreck.com"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue