Skip to content

Commit

Permalink
Skip initial redundant build step on Circle CI
Browse files Browse the repository at this point in the history
  • Loading branch information
owenkellogg committed Dec 25, 2022
1 parent 99851ba commit 6d5f319
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,7 @@ workflows:
version: 2
build_and_deploy:
jobs:
- build
- build_docker:
requires:
- build
- build_docker
- deploy:
requires:
- build_docker
Expand Down

0 comments on commit 6d5f319

Please sign in to comment.