We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1604b7a commit c8c34f2Copy full SHA for c8c34f2
.circleci/config.yml
@@ -484,11 +484,11 @@ jobs:
484
executor: node
485
steps:
486
- checkout
487
+ # jq is helpful for parsing json & python required for node-gyp to build lmdb
488
+ - run: sudo apt-get update && sudo apt-get install jq python -y
489
- <<: *restore_cache
490
- <<: *install_node_modules
491
- run: yarn markdown
- # jq is helpful for parsing json & python required for node-gyp to build lmdb
- - run: sudo apt-get update && sudo apt-get install jq python -y
492
- run: git config --global user.name "GatsbyJS Bot"
493
- run: git config --global user.email "[email protected]"
494
- run: sh ./scripts/publish-starters.sh "starters/*"
0 commit comments