Loading .gitlab-ci.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line # included templates include: # Test SSL template - project: "to-be-continuous/testssl" ref: "3.1" file: "templates/gitlab-ci-testssl.yml" # variables variables: TESTSSL_URL: "https://google.com" # your pipeline stages stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production No newline at end of file Loading
.gitlab-ci.yml 0 → 100644 +26 −0 Original line number Diff line number Diff line # included templates include: # Test SSL template - project: "to-be-continuous/testssl" ref: "3.1" file: "templates/gitlab-ci-testssl.yml" # variables variables: TESTSSL_URL: "https://google.com" # your pipeline stages stages: - build - test - package-build - package-test - infra - deploy - acceptance - publish - infra-prod - production No newline at end of file