Skip to content

Commit

Permalink
[#360][CI] try to fix front build error
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Feb 26, 2020
1 parent 7329e90 commit 8839679
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ workflows:
ignore: /.*/
- build_front:
requires:
- build_back
- deploy_back
filters:
tags:
only: /^[0-9.]*/
Expand All @@ -230,7 +230,6 @@ workflows:
- build_docker:
requires:
- build_front
- deploy_back
filters:
tags:
only: /^[0-9.]*/
Expand Down

0 comments on commit 8839679

Please sign in to comment.