From 95575b83cb198dd54a25a127faa57cbdd6e55dde Mon Sep 17 00:00:00 2001 From: Nils Wistoff Date: Mon, 19 Feb 2024 17:04:41 +0100 Subject: [PATCH] fixup! CI: Add cheshire CI Signed-off-by: Nils Wistoff --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6e0ed97b3c..b97bb4f2578 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ init: - cd cheshire - git checkout cva6/pulp-v1.0.0 - git submodule update --recursive - - sed -i 's/Git: https:\/\/github.com\/pulp-platform\/cva6.git/Path: ../g' Bender.lock + - "sed -i 's|Git: https://github.com/pulp-platform/cva6.git|Path: ..|g' Bender.lock": artifacts: paths: [ cheshire ]