remove issue

This commit is contained in:
Gregory Hendrickson
2023-06-08 14:41:02 -07:00
parent d3f56a85b1
commit 2cbac49151

2
Jenkinsfile vendored
View File

@@ -11,7 +11,7 @@ pipeline{
stage('Build') {
steps {
sh 'docker build . -t aisthanestha/docker-test-image:latest .'
sh 'docker build -t aisthanestha/docker-test-image:latest .'
}
}