Skip to content
Snippets Groups Projects
Commit 9530d3da authored by Nick Bearson's avatar Nick Bearson
Browse files

write our version string to .VERSION.txt in the root package dir

parent 00fc459d
No related branches found
No related tags found
1 merge request!6Resolve "add tracability attributes to grid (and maybe tile) files"
......@@ -80,6 +80,8 @@ cp $GGLM_DIR/libexec/* ./libexec/
tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# write a conda environment.yml to the python_runtime/ folder so that we can more easily audit what's included in our runtime between builds
conda env export --file ./libexec/python_runtime/environment.yml
# write our version string to a hidden VERSION text file
echo "$version" > ./.VERSION.txt
# Go back to original work directory
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment