From 7caefb93176b61281e3d9781687a790304829694 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sat, 4 May 2019 20:53:35 +0800 Subject: [PATCH] Delete unnecessary line: ``` --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,6 @@ jobs: name: "Gzip css/js/images" working_directory: /root/project/ command: | - TARGETS=`find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)" for TARGET in `find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)"` do gzip -c ${TARGET} > ${TARGET}.gz ``` --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7290d75..2ffcc84 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,6 @@ jobs: name: "Gzip css/js/images" working_directory: /root/project/ command: | - TARGETS=`find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)" for TARGET in `find ./public/ -type f -regextype posix-egrep -regex ".*\.(css|js|png|jpg|JPG|PNG|CSS|JS)"` do gzip -c ${TARGET} > ${TARGET}.gz