Skip to content

Commit b394eb8

Browse files
committed
Hack for python binary in newer node images
1 parent d45f39a commit b394eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pipeline {
6868
-v "$(pwd)/global:/app/global" \\
6969
-w /app \\
7070
node:latest \\
71-
sh -c "yarn install && yarn eslint . && rm -rf node_modules"
71+
sh -c "ln -s /usr/bin/python3 /usr/bin/python && yarn install && yarn eslint . && rm -rf node_modules"
7272
'''
7373

7474
echo 'Docker Build ...'

0 commit comments

Comments
 (0)