Skip to content

Commit

Permalink
Feature/don't upload p rs to releases (#125)
Browse files Browse the repository at this point in the history
* Add missing checkout
  • Loading branch information
Ryan Faircloth authored and GitHub committed Oct 8, 2019
1 parent e89f105 commit 5e52cf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ jobs:
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- run:
name: Create Directory
command: mkdir /tmp/artifacts
Expand Down Expand Up @@ -280,6 +281,10 @@ jobs:
steps:
- setup_remote_docker:
docker_layer_caching: true
- checkout
- run:
name: Create Directory
command: mkdir /tmp/artifacts
- run:
name: Create Directory
command: mkdir /tmp/artifacts
Expand Down

0 comments on commit 5e52cf4

Please sign in to comment.