Skip to content

Commit

Permalink
give ewms the cvmfs image path
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 5, 2025
1 parent bd22f7e commit 0855294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skydriver/ewms.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async def request_workflow_on_ewms(
raise TypeError("Scan is not designated for EWMS")

s3_url_get = s3.generate_s3_get_url(s3_client, manifest.scan_id)
image = images.get_skyscan_docker_image(scan_request_obj["docker_tag"])
image = images.get_skyscan_cvmfs_singularity_image(scan_request_obj["docker_tag"])

body = {
"public_queue_aliases": [QUEUE_ALIAS_TOCLIENT, QUEUE_ALIAS_FROMCLIENT],
Expand Down

0 comments on commit 0855294

Please sign in to comment.