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

version of pipeline not shown when running from other directory #20

Open
kaczmarj opened this issue May 22, 2023 · 0 comments
Open

version of pipeline not shown when running from other directory #20

kaczmarj opened this issue May 22, 2023 · 0 comments

Comments

@kaczmarj
Copy link
Member

fix this in run-v1.sh with

 # Get the version as a short git commit (or unknown).
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
-version=$(git describe --always 2> /dev/null || echo unknown)
+version=$(git -C $SCRIPT_DIR describe --always 2> /dev/null || echo unknown)
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