Skip to content

Passing extra parameters to docker container (email, output filename, etc) #159

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

Closed
andrey-helldar opened this issue Feb 1, 2021 · 2 comments

Comments

@andrey-helldar
Copy link

andrey-helldar commented Feb 1, 2021

Currently, passing additional parameters to the docker container is ignored.
Tell me how can I specify the search for commits by email, as well as how to specify the name of the saved file?

My case:

// repositories.bat

foo/bar
foo/baz
// codersrank.bat

@echo off

setlocal ENABLEDELAYEDEXPANSION

set email="<my@email>"

cd ./codersrank

for /F "tokens=*" %%A in (../repositories.txt) do (
	set repository=%%A
	call set filename=!repository:/=-!

	call git -C c:/dev/domains/%%A pull
	call run-docker.bat c:/dev/domains/%%A --email=%email% --output=!filename!.json
)

The --email, --output and --skip_upload options are currently ignored.

image

@peti2001
Copy link
Collaborator

Hi @andrey-helldar,
Currently, we are not adding new features because we are planning a refactoring. Check out our plans and share your thoughts #160.

@andrey-helldar
Copy link
Author

Hi!
Understood thanks! I'll think about what I'm missing and write 🙂

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

No branches or pull requests

2 participants