Skip to content
Snippets Groups Projects
Commit 5ae0b3c1 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Removed endpoints typing requirement to scan

parent 48f93deb
No related branches found
No related tags found
1 merge request!85Removed endpoints typing requirement to scan
Pipeline #131670 failed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
when: paas_ci_test_step == 'create_deployment' when: paas_ci_test_step == 'create_deployment'
- include: 2-scan.yml - include: 2-scan.yml
when: paas_ci_test_step == 'scan' and paas_ci_test.endpoints_to_scan is defined when: paas_ci_test_step == 'scan'
- include: 3-clean.yml - include: 3-clean.yml
when: paas_ci_test_step == 'clean' when: paas_ci_test_step == 'clean'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment