Jenkinsfile fixes
gitea/salix/test This commit looks good Details

This commit is contained in:
Juan Ferrer 2019-12-19 16:11:56 +01:00
parent 1407b7b76f
commit 5db65e188a
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -99,7 +99,6 @@ pipeline {
sh 'docker login --username $CREDS_USR --password $CREDS_PSW $REGISTRY'
sh 'docker-compose build --parallel'
sh 'docker-compose push'
sh 'docker logout $REGISTRY'
}
}
stage('Deploy') {