Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ variables: alias: "aws-auth-provider" before_script: - !reference [.test-scripts] rules: # exclude tags - if: $CI_COMMIT_TAG when: never - when: always test-health: extends: .test-base Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,11 @@ variables: alias: "aws-auth-provider" before_script: - !reference [.test-scripts] rules: # exclude tags - if: $CI_COMMIT_TAG when: never - when: always test-health: extends: .test-base Loading