Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
windWingWalker committed Jul 29, 2022
1 parent 2befee8 commit ad076c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microservices/calculate-gathering-fee/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pipeline{
stages{
stage('Gather Files'){
steps{
sh "mv model/ microservices/${TF_VAR_ms_name}/"
sh "rsync -av model/ microservices/${TF_VAR_ms_name}/model"
}
}
stage('Build Image'){
Expand Down

0 comments on commit ad076c3

Please sign in to comment.