Browse Source

change name of artifact inside the workflow to match jobs name

main step7
Neel Coffin 6 years ago
parent
commit
32a02c6ccc
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -129,7 +129,7 @@ workflows:
- publish_latest: - publish_latest:
requires: requires:
- build_image - build_image
- doc_server_artifact:
- artifact:
requires: requires:
- test - test
- database - database

Loading…
Cancel
Save