Browse Source

fix ident workflow

main
Neel Coffin 6 years ago
parent
commit
a00cf705db
  1. 14
      .circleci/config.yml

14
.circleci/config.yml

@ -112,10 +112,10 @@ workflows:
requires:
- build
- build_image:
requires:
- test
- database
- lint
- publish_latest:
requires:
- build_image
requires:
- test
- database
- lint
- publish_latest:
requires:
- build_image
Loading…
Cancel
Save