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

Merge branch 'debug_paas_ci' into 'main'

Removed endpoints typing requirement to scan

See merge request !85
parents d99037f0 5ae0b3c1
No related branches found
No related tags found
1 merge request!85Removed endpoints typing requirement to scan
......@@ -11,7 +11,7 @@
when: paas_ci_test_step == 'create_deployment'
- 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
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