This commit is contained in:
Jamie Curnow
2023-03-08 12:11:14 +10:00
parent f4bff689f2
commit 4cc9311b20

1
Jenkinsfile vendored
View File

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