Forum | Documentation | Website | Blog

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

CI: remove silly SAST addition attempt

parent 54031ef7
Branches
No related merge requests found
......@@ -9,22 +9,11 @@ image: beagle/sphinx-build-env:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
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:
......@@ -32,6 +21,3 @@ pages:
artifacts:
paths:
- public
sast:
stage: test
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