Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:54:55 -04:00 committed by GitHub
parent 25618973e3
commit 3ebb524238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -26,7 +26,6 @@ pipeline {
branch 'master' branch 'master'
} }
echo 'Deploying stage has been executed' echo 'Deploying stage has been executed'
bat 'git push --set-upstream origin master'
} }
} }
} }