summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml23
1 files changed, 5 insertions, 18 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d6002ded..d96b5e3f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,26 +77,13 @@ stages:
# Convert the Baserock definitions to BuildStream format
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
- git clone https://gitlab.com/baserock/ybd.git
- git -C ybd checkout $YBD_SHA
- cd ybd && ./install_dependencies.sh && cd -
- fi
- git clone https://gitlab.com/BuildStream/defs2bst.git
- git -C defs2bst checkout $DEFS2BST_SHA
- echo "defs2bst version: $(git -C ./defs2bst rev-parse HEAD)"
- - ./convert
- artifacts:
+ - mkdir -p elements/
+ - touch elements/thing.txt
+ cache:
+ key: something
paths:
- - elements/
+ - elements/
# Test building the simplest Baserock system first
bst-build-minimal-system: