Skip to content

Commit

Permalink
Ensure backend build is pulling node:latest first
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jan 2, 2022
1 parent b9ef11e commit 1ec9509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \\
Expand Down

0 comments on commit 1ec9509

Please sign in to comment.