From 8efde0224337d44bdef00b2ed57c7be043888ba0 Mon Sep 17 00:00:00 2001 From: Mahdi Date: Mon, 30 Mar 2020 14:52:24 +0800 Subject: [PATCH] revert: Gitlab CI config exception in `clean` --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index a645ef8482..0d5a619648 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -220,8 +220,7 @@ module.exports = function (grunt) { "clean": { options: { add: false /* remove existing files in gh-pages branch */, - message: "Cleaning all files in gh-pages", - only: ["!.gitlab-ci.yml"] + message: "Cleaning all files in gh-pages" }, src: [ "README.md"] }