summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-09-06 16:42:01 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-02 17:34:05 +0200
commit75023bd75eb65238780d990a229ab2714d93b5c1 (patch)
treeb3db0d07ab9e9c8a2a19e84026f553e35d195639
parentc5c03aba101ceae3e5978e7c1284ec9549d4b8cf (diff)
update ci script with tezi manifests
Related-to: ELB-4127 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 84aaadb2acebdafb812874a7935483dcb3bbcc59) (cherry picked from commit 0af4f74ab7a9db87f705db5815e6b9febfc2176e)
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
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