Browse Source

made the artifact job after test

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

13
.circleci/config.yml

@ -115,7 +115,7 @@ workflows:
- test_e2e:
requires:
- build
- build_image:
- doc_server_artifact:
requires:
- test
- test_e2e
@ -124,17 +124,20 @@ workflows:
branches:
only:
- main
- publish_latest:
- build_image:
requires:
- build_image
- test
- test_e2e
- check_format
filters:
branches:
only:
- main
- doc_server_artifact:
- publish_latest:
requires:
- publish_latest
- build_image
filters:
branches:
only:
- main
Loading…
Cancel
Save