Browse Source

made the artifact job after test

main
Galimede 6 years ago
parent
commit
09f764d564
  1. 17
      .circleci/config.yml

17
.circleci/config.yml

@ -115,6 +115,15 @@ workflows:
- test_e2e: - test_e2e:
requires: requires:
- build - build
- doc_server_artifact:
requires:
- test
- test_e2e
- check_format
filters:
branches:
only:
- main
- build_image: - build_image:
requires: requires:
- test - test
@ -131,10 +140,4 @@ workflows:
branches: branches:
only: only:
- main - main
- doc_server_artifact:
requires:
- publish_latest
filters:
branches:
only:
- main
Loading…
Cancel
Save