Commit 3ed3547a authored by Stan Hu's avatar Stan Hu

Merge branch '42069-remove-only-variables-from-dast-job' into 'master'

Remove only:variables defition from the 'dast' job

Closes #42069

See merge request gitlab-org/gitlab!21655
parents b409036b a4cc56ac
...@@ -232,9 +232,3 @@ dast: ...@@ -232,9 +232,3 @@ dast:
- gl-dast-report.json - gl-dast-report.json
reports: reports:
dast: gl-dast-report.json dast: gl-dast-report.json
only:
variables:
- $GITLAB_FEATURES =~ /\bdast\b/
except:
variables:
- $DAST_DISABLED
Markdown is supported
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