From 81c9d6ebcbaadbe0868f775b17863e5862a5c669 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Fri, 25 Jun 2021 19:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.codechina-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codechina-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.codechina-ci.yml b/.codechina-ci.yml index bf3a3df..f23dbfe 100644 --- a/.codechina-ci.yml +++ b/.codechina-ci.yml @@ -1,8 +1,5 @@ # Template project: https://gitlab.com/pages/jekyll image: ruby:2.6 -stages: - - test - - deploy variables: JEKYLL_ENV: production @@ -11,17 +8,6 @@ variables: before: script: gem install jekyll bundler -test: - stage: test - script: - - jekyll build -d test - artifacts: - paths: - - test - except: - variables: - - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - pages: stage: deploy script: -- GitLab