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