Ensure backend build is pulling node:latest first
This commit is contained in:
parent
b9ef11e8bf
commit
1ec95096d5
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -62,6 +62,7 @@ pipeline {
|
||||
stage('Backend') {
|
||||
steps {
|
||||
echo 'Checking Syntax ...'
|
||||
sh 'docker pull node:latest'
|
||||
// See: https://github.com/yarnpkg/yarn/issues/3254
|
||||
sh '''docker run --rm \\
|
||||
-v "$(pwd)/backend:/app" \\
|
||||
|
Loading…
Reference in New Issue
Block a user