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

Environment Variables Missing In Output Files Directive #454

Closed
vbaidak opened this issue Jun 6, 2021 · 4 comments
Closed

Environment Variables Missing In Output Files Directive #454

vbaidak opened this issue Jun 6, 2021 · 4 comments

Comments

@vbaidak
Copy link

vbaidak commented Jun 6, 2021

Hi!

Here is a part of my runners json:

  "parameters": [
    {
      "name": "Collection Name",
      "description": "Collection Name",
      "required": true,
      "type": "text"
    },
    {
      "name": "Export Directory",
      "constant": true,
      "default": "$$HOME"
    }
  ],
  "output_files": [
    "${Export Directory}/${Collection Name}.json"
  ]

What's strange is that ${Export Directory} is always empty, however environment variable is present. Am I missing something?

@bugy bugy added the bug label Jun 6, 2021
@bugy bugy added this to the 1.17.0 milestone Jun 6, 2021
bugy added a commit that referenced this issue Jun 6, 2021
@bugy
Copy link
Owner

bugy commented Jun 6, 2021

Hi, thanks for reporting, looks like a bug. I committed a quick fix, may be you could try dev version, once it's built

@bugy
Copy link
Owner

bugy commented Jun 7, 2021

The build is finally done. There were some issues with docker hub pull limit

@bugy bugy added the resolved label Jun 7, 2021
@vbaidak
Copy link
Author

vbaidak commented Jun 7, 2021

Hi, @bugy !

I'm confirming this fix works in the current dev.

Thanks!

@vbaidak vbaidak closed this as completed Jun 7, 2021
@bugy
Copy link
Owner

bugy commented Jun 7, 2021

Cool, thanks for confirming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants