diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a90a1f4..bcb6f652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,4 +156,4 @@ deploy_repos: script: - /home/gitlab-runner/deploy-repo.sh rules: - - if: '$CCI_COMMIT_TAG =~ /v\d.+/' \ No newline at end of file + - if: '$CI_COMMIT_TAG =~ /v\d.+/' \ No newline at end of file