Ver Fonte

Ensure backend build is pulling node:latest first

Jamie Curnow há 4 anos atrás
pai
commit
1ec95096d5
1 ficheiros alterados com 1 adições e 0 exclusões
  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" \\