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 28631cb commit fade0cf
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 @@ -25,7 +25,7 @@ pipeline{
stages{
stage('Gather Files'){
steps{
sh "rsync -av model/ microservices/${TF_VAR_ms_name}/model"
sh "rsync -av model/ microservices/${MS_NAME}/model"
}
}
stage('Build Image'){
Expand Down

0 comments on commit fade0cf

Please sign in to comment.