From 0794cc234946cb89cbffd845d22f134ffbd6adfa Mon Sep 17 00:00:00 2001 From: Tsukasa Kanzaki Date: Sat, 11 May 2019 09:15:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A4=BA=E4=BE=8B=E8=A1=A5=E5=85=85=20?= =?UTF-8?q?tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml.example b/.gitlab-ci.yml.example index 527c5c8..e1862e8 100644 --- a/.gitlab-ci.yml.example +++ b/.gitlab-ci.yml.example @@ -12,5 +12,7 @@ cache: - path/cache build_production: stage: build + tags: + - build script: - bash ./scripts/lftp.sh ${HOST} ${USER} ${PASSWD} ${LOCAL_DIR} ${REMOTE_DIR}