From 8d70db939f81e0472cd4363d110d84eff3a44a7f Mon Sep 17 00:00:00 2001 From: Ivan Nikolaev-Axenov Date: Wed, 7 Aug 2024 16:59:24 +0300 Subject: [PATCH] added allowed branched to .gitlab-ci.yml --- .gitlab-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cbe55e15..d547d8169 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,8 @@ preflight: expire_in: 1 day paths: - clearing_test + only: + - dev build: image: ${DOCKER_PROXY}/maven:latest @@ -34,6 +36,8 @@ build: expire_in: 1 day paths: - /builds/mfd/clearing/z-distr/target/clearing + only: + - dev test: stage: test @@ -50,4 +54,6 @@ test: expire_in: 1 day when: always paths: - - $CI_PROJECT_DIR/clr_test/mnt \ No newline at end of file + - $CI_PROJECT_DIR/clr_test/mnt + only: + - dev \ No newline at end of file