Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
cspp-geo-gridded-glm
Commits
9530d3da
Commit
9530d3da
authored
4 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
write our version string to .VERSION.txt in the root package dir
parent
00fc459d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!6
Resolve "add tracability attributes to grid (and maybe tile) files"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildbucket/package.sh
+2
-0
2 additions, 0 deletions
buildbucket/package.sh
with
2 additions
and
0 deletions
buildbucket/package.sh
+
2
−
0
View file @
9530d3da
...
...
@@ -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
..
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment