From a8fb918b715dca0b23838daa4890537edf7edc9a Mon Sep 17 00:00:00 2001 From: Ivan Fonarev Date: Fri, 27 Oct 2023 21:52:49 +0300 Subject: [PATCH] Trying to add CI/CD --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e497b8..724829c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ # Is performed before the scripts in the stages step -tags: - - selfhosted-1 + before_script: - source /etc/profile @@ -17,6 +16,9 @@ run-build: - mkdir build - mv ../* build/ + tags: + - selfhosted-1 + # This stage is only executed for new tags only: - tags