1
0
mirror of https://github.com/NginxProxyManager/nginx-proxy-manager.git synced 2025-08-01 17:26:53 +03:00

CI: Prevent having to spin up resources when not Master branch

This commit is contained in:
Jamie Curnow
2019-03-01 20:12:49 +10:00
parent ae9324295c
commit aad9ecde6b

4
Jenkinsfile vendored
View File

@ -82,11 +82,7 @@ pipeline {
}
stage('Build Master') {
when {
<<<<<<< HEAD
branch 'master'
=======
branch: 'master'
>>>>>>> 0acec1105bb2c29e1e03a81cfb05a6426b3e2a20
}
parallel {
stage('x86_64') {