Skip to content

Commit

Permalink
fix(circleci): add setup_remote_docker back
Browse files Browse the repository at this point in the history
shanejonas committed Feb 20, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3759cc7 commit 0dd9934
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ aliases:
only: master
- &filter-only-semantic-pr
branches:
only: /^(pull|fix|feat|dependabot)\/.*$/
only: /^(pull|fix|feat|dependabot)\/.*$/

defaults: &defaults
working_directory: ~/project
@@ -56,6 +56,8 @@ jobs:
- run: npm install
- run: npm run build
- run: npm install semantic-release @semantic-release/changelog @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/commit-analyzer @semantic-release/release-notes-generator @qiwi/semantic-release-gh-pages-plugin
- setup_remote_docker:
version: 19.03.13
- run: ./node_modules/.bin/semantic-release
- save_cache: *save-deps-cache

0 comments on commit 0dd9934

Please sign in to comment.