From 75023bd75eb65238780d990a229ab2714d93b5c1 Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Mon, 6 Sep 2021 16:42:01 +0200 Subject: update ci script with tezi manifests Related-to: ELB-4127 Signed-off-by: Philippe Schenker (cherry picked from commit 84aaadb2acebdafb812874a7935483dcb3bbcc59) (cherry picked from commit 0af4f74ab7a9db87f705db5815e6b9febfc2176e) --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 609976c..79c898b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,12 @@ repo-sync: - ../bin/repo sync - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tdxref/next.xml - ../bin/repo sync + - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/default.xml + - ../bin/repo sync + - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/integration.xml + - ../bin/repo sync + - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m tezi/next.xml + - ../bin/repo sync - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m torizoncore/default.xml - ../bin/repo sync - ../bin/repo init -u $ORIGIN -b $CI_COMMIT_BRANCH -m torizoncore/integration.xml -- cgit v1.2.3