fix(ci): upload only changed files
Gitea/TinderPokemon/pipeline/head This commit looks good

This commit is contained in:
2022-10-24 18:15:22 +02:00
parent 3dc554837f
commit ed2e1b331f
Vendored
+2 -5
View File
@@ -21,14 +21,11 @@ pipeline {
stage('Deploy files') { stage('Deploy files') {
steps { steps {
container('python') { container('python') {
sh """
pwd
"""
sh 'pip install python-swiftclient python-keystoneclient' sh 'pip install python-swiftclient python-keystoneclient'
sh """ sh """
. $SWIFT_CREDENTIALS . $SWIFT_CREDENTIALS
swift upload tinderpokemon *html swift upload --changed tinderpokemon *html
swift upload tinderpokemon assets/ swift upload --changed tinderpokemon assets/
""" """
} }
} }