Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,12 +2,14 @@ stages: - static_tests - project_setup - build - dynamic_tests - deploy include: - remote: 'https://jobs.r2devops.io/links_checker.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/1.4.0/mkdocs.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/0.3.0/pages.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/lighthouse.yml?scope=0.yml' ci_linter: stage: static_tests Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -2,12 +2,14 @@ stages: - static_tests - project_setup - build - dynamic_tests - deploy include: - remote: 'https://jobs.r2devops.io/links_checker.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/1.4.0/mkdocs.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/0.3.0/pages.yml?scope=0.yml' - remote: 'https://jobs.r2devops.io/lighthouse.yml?scope=0.yml' ci_linter: stage: static_tests Loading