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

Generate $PATH #438

Open
ciaranmcnulty opened this issue Jul 3, 2022 · 1 comment
Open

Generate $PATH #438

ciaranmcnulty opened this issue Jul 3, 2022 · 1 comment

Comments

@ciaranmcnulty
Copy link

ciaranmcnulty commented Jul 3, 2022

In the phpqa docker build we have to set the path to include e.g. /QualityAnalyzer/bin

It'd be good to internalise this to a toolbox command that echos the new path items so I can do

export PATH="$PATH:$(toolbox export-path)"
@jakzal
Copy link
Owner

jakzal commented Jul 4, 2022

Yes, I considered it in the past, but it seemed like a lot of effort considering potential benefits.

QualityAnalyzer is the last tool that has to be on the PATH. Given the project is pretty much dead, I think it's time to retire it from the image.

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