Merge branch 'develop' of https://github.com/jc21/nginx-proxy-manager into feature/custom-locations
This commit is contained in:
commit
9eb6e29c8c
4 changed files with 6 additions and 12 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -81,11 +81,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Build Master') {
|
||||
parallel {
|
||||
stage('x86_64') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
parallel {
|
||||
stage('x86_64') {
|
||||
steps {
|
||||
ansiColor('xterm') {
|
||||
// Codebase
|
||||
|
@ -127,9 +127,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('armhf') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
agent {
|
||||
label 'armhf'
|
||||
}
|
||||
|
@ -173,9 +170,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('arm64') {
|
||||
when {
|
||||
branch 'master'
|
||||
}
|
||||
agent {
|
||||
label 'arm64'
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Nginx Proxy Manager
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Nginx Proxy Manager
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "nginx-proxy-manager",
|
||||
"version": "2.0.9",
|
||||
"version": "2.0.10",
|
||||
"description": "A beautiful interface for creating Nginx endpoints",
|
||||
"main": "src/backend/index.js",
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in a new issue