From 8d51143e18c7a67e9fde63c781defd0ebf7e9e6c Mon Sep 17 00:00:00 2001 From: skeleton Date: Mon, 14 Oct 2024 05:42:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitlab-ci.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25e5713..2970490 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,8 +4,8 @@ stages: variables: GOPATH: "/root/gopath" - ProjectPath: "mongo.games.com/game/" - DeployPath: "mongo.games.com/deploy/" + ProjectPath: "mongo.games.com/game" + DeployPath: "mongo.games.com/deploy" default: tags: @@ -16,7 +16,7 @@ build-job: script: # 拷贝到GOPATH - echo '拷贝到GOPATH' - - cp -rfvp ./* $GOPATH/src/$ProjectPath + - cp -rf ./* $GOPATH/src/$ProjectPath # 进入项目目录 - cd $GOPATH/src/$ProjectPath # 编译