Loading .gitlab-ci.yml +3 −0 Original line number Original line Diff line number Diff line image: python:3.6 image: python:3.6 variables: GIT_STRATEGY: clone send-snapshot: send-snapshot: rules: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ Loading Loading
.gitlab-ci.yml +3 −0 Original line number Original line Diff line number Diff line image: python:3.6 image: python:3.6 variables: GIT_STRATEGY: clone send-snapshot: send-snapshot: rules: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ Loading