Skip to content
Snippets Groups Projects
Commit 0fc68c76 authored by František Dvořák's avatar František Dvořák
Browse files

Workaroung problem with non-blocking console in ansible linter

parent 90c4daf2
No related branches found
No related tags found
No related merge requests found
Pipeline #20958 failed
...@@ -6,6 +6,9 @@ mega-linter: ...@@ -6,6 +6,9 @@ mega-linter:
- /root/.cache - /root/.cache
image: image:
name: oxsecurity/megalinter:v8 name: oxsecurity/megalinter:v8
before_script:
- |
python3 -c 'import os; [os.set_blocking(i, True) for i in range(0, 3)]'
script: script:
- "true" - "true"
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment