Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:19:27 -04:00 committed by GitHub
parent 184e8e5e11
commit 58a79a85e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -23,7 +23,7 @@ pipeline {
stage('Deploy') {
steps {
echo 'Deploying stage has been executed'
bat 'git push'
bat 'git push --set-upstream origin master'
}
}
}