Commit 96f9fe25 authored by Michael Eddington's avatar Michael Eddington

Remove FUZZAPI_TARGET_URL check in API Fuzzing template

parent 5bf9da3d
......@@ -37,9 +37,6 @@ apifuzzer_fuzz:
$FUZZAPI_OPENAPI == null &&
$FUZZAPI_D_WORKER_IMAGE == null
when: never
- if: $FUZZAPI_D_WORKER_IMAGE == null &&
$FUZZAPI_TARGET_URL == null
when: never
- if: $GITLAB_FEATURES =~ /\bapi_fuzzing\b/
services:
- docker:19.03.12-dind
......
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