Skip to content

Commit

Permalink
Merge branch 'RESTAPI-ci-pipeline' into 'master'
Browse files Browse the repository at this point in the history
fixed bug in var name on copy image

See merge request firecrest/firecrest!181
  • Loading branch information
Juan Pablo Dorsch committed Jul 25, 2022
2 parents 3efb5c6 + 3c650c4 commit dd7548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ tag_release:
for tag in $env_tags; do
images="compute reservations status storage tasks utilities";
for img in $images; do
jfrog rt copy --flat=true --url="https://${CI_REGISTRY}/artifactory" --user="${CI_REGISTRY_USER}" --password="${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_GROUP}/$image/${CI_COMMIT_SHORT_SHA}/" "${CI_REGISTRY_GROUP}/$img/$tag/";
jfrog rt copy --flat=true --url="https://${CI_REGISTRY}/artifactory" --user="${CI_REGISTRY_USER}" --password="${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_GROUP}/$img/${CI_COMMIT_SHORT_SHA}/" "${CI_REGISTRY_GROUP}/$img/$tag/";
done
done
Expand Down

0 comments on commit dd7548e

Please sign in to comment.