Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ lint templates: # yamllint enable rule:line-length variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" rules: - if: $CI_PIPELINE_SOURCE == "push" changes: - templates/* cache: paths: - .cache/ Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,10 @@ lint templates: # yamllint enable rule:line-length variables: XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache" rules: - if: $CI_PIPELINE_SOURCE == "push" changes: - templates/* cache: paths: - .cache/ Loading