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:
requires:
- build_image
- doc_server_artifact:
- artifact:
requires:
- test
- database

Loading…
Cancel
Save