Commit f8d0fc71 authored by Fabien Catteau's avatar Fabien Catteau

Remove needs from license_scanning job

Don't set needs to an empty array in the job
definition of license_scanning.

See https://gitlab.com/gitlab-org/gitlab/-/issues/287697
parent 680f4b18
---
title: Start license_scanning job within its stage, and not when pipeline starts
merge_request: 54234
author:
type: changed
......@@ -21,7 +21,6 @@ license_scanning:
LM_REPORT_VERSION: '2.1'
SETUP_CMD: $LICENSE_MANAGEMENT_SETUP_CMD
allow_failure: true
needs: []
script:
- /run.sh analyze .
artifacts:
......
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