浏览代码

Ensure backend build is pulling node:latest first

Jamie Curnow 4 年之前
父节点
当前提交
1ec95096d5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

@@ -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" \\