We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45f39a commit b394eb8Copy full SHA for b394eb8
Jenkinsfile
@@ -68,7 +68,7 @@ pipeline {
68
-v "$(pwd)/global:/app/global" \\
69
-w /app \\
70
node:latest \\
71
- 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"
72
'''
73
74
echo 'Docker Build ...'
0 commit comments