From 61d6d122c91ae919ecaaa739b52d13cc4c25fbba Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Wed, 24 Jun 2020 01:57:00 -0400 Subject: [PATCH] Use BLI. --- .gitlab-ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7b4a2b..9a5e242 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ variables: # username is always "review" (without quotes) DOCKER_TLS_CERTDIR: "" - CI_REF: &ref e21911ccdc7f21589f903d48127c5a30271ce3c3 + CI_REF: &ref 74e4459e1240030af23e4b0ff46085fc2158a9b2 include: # BUILD @@ -40,9 +40,14 @@ include: ref: *ref # TEST - # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/simple-website/blc.yml + # # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/simple-website/blc.yml + # - project: "templates/ci-snippets" + # file: "simple-website/blc.yml" + # ref: *ref + + # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/simple-website/bli.yml - project: "templates/ci-snippets" - file: "simple-website/blc.yml" + file: "simple-website/bli.yml" ref: *ref # https://git.dbogatov.org/templates/ci-snippets/-/blob/master/simple-website/tidy.yml -- GitLab