Skip to content

Commit 4b39c21

Browse files
authored
Fix CircleCI config's misplaced *init call
1 parent fa39d90 commit 4b39c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- image: circleci/python:latest
1212
steps:
1313
- checkout
14-
- *init
1514
- setup_remote_docker:
1615
docker_layer_caching: true
1716
- run: make test-image
@@ -23,6 +22,7 @@ jobs:
2322
working_directory: ~/codeclimate/codeclimate-bundler-audit
2423
steps:
2524
- checkout
25+
- *init
2626
- run:
2727
name: Validate owner
2828
command: |

0 commit comments

Comments
 (0)