fix bad references

This commit is contained in:
Simon Pistache 2023-05-08 15:57:33 +02:00
parent 7a3ea5ad67
commit 910c6bcf2d

View File

@ -69,7 +69,7 @@ test-manifest-job/valid_set:
test-manifest-job/missing_tag_set: test-manifest-job/missing_tag_set:
variables: variables:
PACKAGE_NAME: "missing_tag_set" PACKAGE_NAME: "missing_tag_set"
<<: *test-images <<: *test-manifest
# Jobs from here run Merged_results or Push/Merge Commits to the main branch. Tag is created on release so no run with tag creation # Jobs from here run Merged_results or Push/Merge Commits to the main branch. Tag is created on release so no run with tag creation
.bundle-job: &bundle .bundle-job: &bundle
@ -97,7 +97,7 @@ bundle-job/valid_set:
bundle-job/missing_tag_set: bundle-job/missing_tag_set:
variables: variables:
PACKAGE_NAME: "missing_tag_set" PACKAGE_NAME: "missing_tag_set"
<<: *test-images <<: *bundle
.upload-job: &upload .upload-job: &upload
stage: Distribute stage: Distribute