Browse Source

Update config.yml

main
ndrg13 6 years ago
committed by GitHub
parent
commit
244919854c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -130,6 +130,9 @@ workflows:
- lint - lint
- test - test
- test_end_to_end - test_end_to_end
- push_to_hub:
- push_docker_image:
requires: requires:
- build_docker_image - build_docker_image
- generate_doc:
requires:
- push_docker_image
Loading…
Cancel
Save