From d51fbd1c12af4e7fd21ded1040e07155f5baf70e Mon Sep 17 00:00:00 2001 From: xxm Date: Fri, 25 Nov 2022 09:53:56 +0800 Subject: [PATCH] add ci variables --- .codechina-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index 6928c46..9ae8174 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -3,6 +3,7 @@ image: ruby:latest variables: JEKYLL_ENV: production LC_ALL: C.UTF-8 + CI_DEFAULT_BRANCH: pages before_script: - gem install bundler -- GitLab