Commit 7c3e669e authored by blackheaven's avatar blackheaven
Browse files

Update .gitlab-ci.yml file

parents
Loading
Loading
Loading
Loading
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