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 ...@@ -9,22 +9,22 @@ image: beagle/sphinx-build-env:latest
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
stages: include:
- deploy - template: Auto-DevOps.gitlab-ci.yml
- build
- test
- review
- dast
- staging
- production
- performance
- cleanup
cache: cache:
key: bbdocs key: bbdocs
paths: paths:
- public - public
build:
stage: build
script:
- "./gitlab-build.sh"
artifacts:
paths:
- public
pages: pages:
stage: deploy stage: deploy
script: script:
...@@ -35,6 +35,3 @@ pages: ...@@ -35,6 +35,3 @@ pages:
sast: sast:
stage: test 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