Skip to content

Commit

Permalink
fixed an issue with Docker File
Browse files Browse the repository at this point in the history
  • Loading branch information
IndikaKuma committed Jul 17, 2020
1 parent 03cc1c8 commit af57209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
}
stage('Build docker images') {
steps {
sh "cd docker build -t refactoring_option_discoverer -f Dockerfile ."
sh "docker build -t refactoring_option_discoverer -f Dockerfile ."
}
}
stage('Push Dockerfile to DockerHub') {
Expand Down

0 comments on commit af57209

Please sign in to comment.