From 01c170806fdd6aae6665708bd316adb0de2cdef3 Mon Sep 17 00:00:00 2001 From: carm Date: Sun, 17 Oct 2021 14:42:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=86=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84gitlab-ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index d0b27b7..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,28 +0,0 @@ -variables: - TARGET_DIR: /datas/servers/_builds/cn2b2t -stages: - - check - - clean - - build -# ıı½¨ Job -check: - stage: check - tags: - - maven - script: - - mvn -v - - mkdir -vp -m777 $TARGET_DIR -clean: - stage: clean - tags: - - maven - script: - - rm -vrf $TARGET_DIR/*.jar -build: - stage: build - tags: - - maven - script: - - mvn install - - ls ./*/target/*.jar - - cp -vrf ./*/target/*.jar $TARGET_DIR/ \ No newline at end of file