Skip to content
Snippets Groups Projects
Commit 76dac96d authored by Erick Hitter's avatar Erick Hitter
Browse files

Short-circuit global block

parent 5cbfac41
No related branches found
No related tags found
1 merge request!3WIP: Test SAST
Pipeline #626 passed
...@@ -50,6 +50,8 @@ sast: ...@@ -50,6 +50,8 @@ sast:
allow_failure: true allow_failure: true
services: services:
- docker:stable-dind - docker:stable-dind
before_script:
- date
script: script:
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/') - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run - docker run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment