Skip to content

Commit

Permalink
Merge pull request #2380 from NginxProxyManager/develop
Browse files Browse the repository at this point in the history
v2.9.19
  • Loading branch information
jc21 committed Nov 8, 2022
2 parents cce73be + 41bbfcf commit 5920b0c
Show file tree
Hide file tree
Showing 21 changed files with 157 additions and 496 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.18
2.9.19
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pipeline {
}
post {
always {
sh 'docker-compose down --rmi all --remove-orphans --volumes -t 30'
sh 'docker-compose down --remove-orphans --volumes -t 30'
sh 'echo Reverting ownership'
sh 'docker run --rm -v $(pwd):/data jc21/ci-tools chown -R $(id -u):$(id -g) /data'
}
Expand Down

0 comments on commit 5920b0c

Please sign in to comment.