Skip to content
Snippets Groups Projects
Commit d3c3aefb authored by jlaura's avatar jlaura Committed by Jesse Mapel
Browse files

Updates the version number in the meta. (#159)

* Updates the version number in the meta.

* Update meta.yaml

* Build to hash

This should be using the short hash now.

* Update meta.yaml

* Update meta.yaml
parent eb02f11b
No related branches found
No related tags found
No related merge requests found
package: package:
name: usgscsm name: usgscsm
version: "0.1.0" version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
source: source:
git_url: https://github.com/USGS-Astrogeology/CSM-CameraModel.git git_url: https://github.com/USGS-Astrogeology/CSM-CameraModel.git
build: build:
string: dev string: {{ environ.get("GIT_DESCRIBE_HASH", "") }}
requirements: requirements:
build: build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment