You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
engineering_tools/scripts/set_gem_timing
Line 31 in 953c167
Possible Solution
Use any of the various bash-isms for getting the current directory of a shell script.
Context
#204 (comment)
The text was updated successfully, but these errors were encountered: