Jelajahi Sumber

Hack for python binary in newer node images

Jamie Curnow 4 tahun lalu
induk
melakukan
b394eb8e55
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -68,7 +68,7 @@ pipeline {
 					-v "$(pwd)/global:/app/global" \\
 					-w /app \\
 					node:latest \\
-					sh -c "yarn install && yarn eslint . && rm -rf node_modules"
+					sh -c "ln -s /usr/bin/python3 /usr/bin/python && yarn install && yarn eslint . && rm -rf node_modules"
 				'''
 
 				echo 'Docker Build ...'