Loading .gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ send-snapshot: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ script: - apt install python:3.6-slim - apt update -q -y - apt install -y python-pip - python -V - echo "Vesta Rocks!" Loading Loading
.gitlab-ci.yml +0 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,6 @@ send-snapshot: rules: - if: $CI_COMMIT_TAG =~ /^v?[0-9]+\.[0-9]+/ script: - apt install python:3.6-slim - apt update -q -y - apt install -y python-pip - python -V - echo "Vesta Rocks!" Loading