mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08:13 -05:00
Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into develop
This commit is contained in:
commit
ae9324295c
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -82,7 +82,11 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Build Master') {
|
stage('Build Master') {
|
||||||
when {
|
when {
|
||||||
|
<<<<<<< HEAD
|
||||||
branch 'master'
|
branch 'master'
|
||||||
|
=======
|
||||||
|
branch: 'master'
|
||||||
|
>>>>>>> 0acec1105bb2c29e1e03a81cfb05a6426b3e2a20
|
||||||
}
|
}
|
||||||
parallel {
|
parallel {
|
||||||
stage('x86_64') {
|
stage('x86_64') {
|
||||||
|
Loading…
Reference in New Issue
Block a user