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

GitLab CI: experiments, II.

parent 030dc7b0
Branches
No related tags found
No related merge requests found
Pipeline #22149 passed
...@@ -6,15 +6,16 @@ mega-linter: ...@@ -6,15 +6,16 @@ mega-linter:
- /root/.cache - /root/.cache
- key: megalinter-ansible - key: megalinter-ansible
paths: paths:
- /root/.ansible - "$CI_PROJECT_DIR/.ansible"
- key: megalinter-ansible2 - key: megalinter-ansible2
paths: paths:
- /root/.ansible2 - /root/.ansible
image: image:
name: oxsecurity/megalinter:v8 name: oxsecurity/megalinter:v8
script: script:
- "true" - "true"
variables: variables:
ANSIBLE_HOME: "$CI_PROJECT_DIR/.ansible"
DEFAULT_WORKSPACE: "$CI_PROJECT_DIR" DEFAULT_WORKSPACE: "$CI_PROJECT_DIR"
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment