Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 22:49:03 -04:00 committed by GitHub
parent a898e2502a
commit d08ac0ccd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -20,9 +20,6 @@ pipeline {
}
stage('Deploy') {
when {
branch "master"
}
steps {
echo 'Deploying stage has been executed'
bat 'make publish'