Skip to content

Commit

Permalink
Merge pull request #1213 from greenpeace/python2-zip-fix
Browse files Browse the repository at this point in the history
Use python2 in zip creation container
  • Loading branch information
comzeradd authored Oct 21, 2020
2 parents 348c9e4 + 6439753 commit c7daea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- image: mhart/alpine-node
auth: &docker_auth
steps:
- run: apk add curl zip git openssh-client jq python3 make g++
- run: apk add curl zip git openssh-client jq python2 make g++
- checkout
- run: git submodule init && git submodule update
- run: PUPPETEER_SKIP_DOWNLOAD=true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci
Expand Down

0 comments on commit c7daea8

Please sign in to comment.