summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b44e233..842e8edc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -79,6 +79,10 @@ bst-convert:
stage: preprocess
<<: *bst_before_script
script:
+ # Clone last version of definitions with YBD systems
+ - export DEFINITIONS_YBD_SHA='8f8992a18d55c3abf28d4b6fc8036bd39d3dc1cf'
+ - git clone https://gitlab.com/baserock/definitions.git old-definitions-morph-format
+ - git -C old-definitions-morph-format checkout $DEFINITIONS_YBD_SHA
# Install YBD and defs2bst
- |
if [ ! -d ./ybd ]; then