Skip to content
Snippets Groups Projects
Commit 7b4956cf authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bob-devel] make its version automatic

parent f84ee73e
No related branches found
No related tags found
1 merge request!249Use Mamba and Boa in the CI
Pipeline #54664 passed
......@@ -291,10 +291,6 @@ pin_run_as_build:
# names here should not contain dots or dashes. You should replace dots and dashes with
# underlines.
# update this version to the current date when you modify the pins below
bob_devel_version:
- 2021.10.04
# AUTOMATIC PARSING START
# DO NOT MODIFY THIS COMMENT
......
{% set version = datetime.datetime.utcnow().strftime('%Y%m%d.%H.%M.%S') %}
package:
name: bob-devel
version: {{ bob_devel_version }}
version: {{ version }}
build:
number: 0
......
......@@ -459,15 +459,7 @@ you should perform some extra steps:
[your dependecy here]
2. In the file ``bob.devtools/bob/devtools/data/conda_buid_config.yaml``,
update the version of ``bob-devel`` with the current date, in the format preset.
.. code-block:: yaml
bob_devel_version:
- 2021.09.14 <-- HERE
3. Submit a merge request with your changes.
2. Submit a merge request with your changes.
Updating a dependency version
......
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