Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target URL is incorrect for output #399

Closed
giventocode opened this issue Sep 13, 2023 · 0 comments · Fixed by #400
Closed

Target URL is incorrect for output #399

giventocode opened this issue Sep 13, 2023 · 0 comments · Fixed by #400
Assignees
Labels
bug Something isn't working

Comments

@giventocode
Copy link
Contributor

giventocode commented Sep 13, 2023

Given the following TesTask.json:

  "Outputs": [
    {
      "Path": "%AZ_BATCH_TASK_WORKING_DIR%/wd/cromwell-executions/test/9633785c-b213-430f-8dd5-18be69943a80/call-hello/execution/rc",
      "TargetUrl": "https://foo.blob.core.windows.net/cromwell-executions/test/9633785c-b213-430f-8dd5-18be69943a80/call-hello/execution/rc?REMOVEDBYMATT=1",
      "TransformationStrategy": 0,
      "FileType": 0
    },

Result - the file is uploaded here:

https://foo.blob.core.windows.net/cromwell-executions/test/9633785c-b213-430f-8dd5-18be69943a80/call-hello/execution/rc/rc

Expected - the file is uploaded here (no extra /rc):

https://foo.blob.core.windows.net/cromwell-executions/test/9633785c-b213-430f-8dd5-18be69943a80/call-hello/execution/rc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant