This commit is contained in:
Jamie Curnow 2023-03-08 12:11:14 +10:00
parent f4bff689f2
commit 4cc9311b20
No known key found for this signature in database
GPG key ID: FFBB624C43388E9E

1
Jenkinsfile vendored
View file

@ -67,6 +67,7 @@ pipeline {
}
stage('Backend') {
steps {
sh 'env'
echo 'Checking Syntax ...'
sh 'docker pull nginxproxymanager/nginx-full:certbot-node'
// See: https://github.com/yarnpkg/yarn/issues/3254