From 35089a6238200f3469106bf89d451382dbc9dccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E4=BF=8A=E5=8B=87?= <2021212687@stu.cqupt.edu.cn> Date: Wed, 27 Jul 2022 10:31:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index abe893c..ba7aca6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,10 @@ stages: - upload - release +cache: # 缓存 + paths: + - . + job_build: stage: build image: golang:latest