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

Revise hard-coded paths to the engineering_tools deploy directory from within engineering_tools #207

Open
ZLLentz opened this issue Oct 1, 2024 · 0 comments

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Oct 1, 2024

Expected Behavior

All scripts in engineering_tools that need to run another script in engineering_tools should run the script in the same release directory, so that we can isolate version-specific behavior and test/deploy more easily.

Current Behavior

Some scripts reference the specific release directory directly:

IMGR_CMD_PATH="/reg/g/pcds/engineering_tools/latest-released/scripts/imgr"

Possible Solution

Use any of the various bash-isms for getting the current directory of a shell script.

Context

#204 (comment)

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

1 participant