1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2024-09-19 22:05:45 +00:00

移除不再使用的gitlab-ci

This commit is contained in:
carm 2021-10-17 14:42:26 +08:00
parent ef0318b9db
commit 01c170806f

View File

@ -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/