Skip to content

Commit 1ec9509

Browse files
committed
Ensure backend build is pulling node:latest first
1 parent b9ef11e commit 1ec9509

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pipeline {
6262
stage('Backend') {
6363
steps {
6464
echo 'Checking Syntax ...'
65+
sh 'docker pull node:latest'
6566
// See: https://github.com/yarnpkg/yarn/issues/3254
6667
sh '''docker run --rm \\
6768
-v "$(pwd)/backend:/app" \\

0 commit comments

Comments
 (0)