This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: allow manual runs

+1
+1
.gitlab-ci.yml
··· 13 13 stage: deploy 14 14 rules: 15 15 - if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+/ 16 + - when: manual 16 17 script: 17 18 - export TAG=$(echo $CI_COMMIT_TAG) 18 19 - |