Skip to content
Snippets Groups Projects
Verified Commit a9b0df17 authored by Konrad Botor's avatar Konrad Botor
Browse files

Made sync job dependent on download_await job since it uses await

parent 67fa2149
No related branches found
No related tags found
2 merge requests!827Merge develop changes to master,!732Made sync job dependent on download_await job since it uses await
...@@ -343,6 +343,8 @@ sync: ...@@ -343,6 +343,8 @@ sync:
artifacts: true artifacts: true
- job: prepare_hivemind_image - job: prepare_hivemind_image
artifacts: true artifacts: true
- job: download_await
artifacts: false
when: on_success when: on_success
services: services:
- name: $HAF_IMAGE_NAME - name: $HAF_IMAGE_NAME
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment