forked from Maxluli/TinderPokemon
fix(ci): upload only changed files
All checks were successful
Gitea/TinderPokemon/pipeline/head This commit looks good
All checks were successful
Gitea/TinderPokemon/pipeline/head This commit looks good
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -21,14 +21,11 @@ pipeline {
|
||||
stage('Deploy files') {
|
||||
steps {
|
||||
container('python') {
|
||||
sh """
|
||||
pwd
|
||||
"""
|
||||
sh 'pip install python-swiftclient python-keystoneclient'
|
||||
sh """
|
||||
. $SWIFT_CREDENTIALS
|
||||
swift upload tinderpokemon *html
|
||||
swift upload tinderpokemon assets/
|
||||
swift upload --changed tinderpokemon *html
|
||||
swift upload --changed tinderpokemon assets/
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user