Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 54031ef7 authored by Jason Kridner's avatar Jason Kridner
Browse files

Update .gitlab-ci.yml file

parent 456721e7
Branches
Tags
No related merge requests found
......@@ -9,22 +9,22 @@ image: beagle/sphinx-build-env:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- deploy
- build
- test
- review
- dast
- staging
- production
- performance
- cleanup
include:
- template: Auto-DevOps.gitlab-ci.yml
cache:
key: bbdocs
paths:
- public
build:
stage: build
script:
- "./gitlab-build.sh"
artifacts:
paths:
- public
pages:
stage: deploy
script:
......@@ -35,6 +35,3 @@ pages:
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment