Removed pull stage from Jenkinsfile

This commit is contained in:
Artyom 2020-08-31 17:23:58 +03:00
parent 33ba48c968
commit 631213a412

5
Jenkinsfile vendored
View file

@ -1,11 +1,6 @@
pipeline {
agent any
stages {
stage('Pull') {
steps {
sh 'git pull'
}
}
stage('Test') {
steps {
sh './deploy.sh test'