7 Star 6 Fork 13

NeatLogic/neatlogic-runner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
lvzk 提交于 2023-04-24 16:00 . init
# see https://docs.gitlab.com/ce/ci/yaml/README.html for all available options
build1:
stage: build
only:
- /^develop.*$/
- /^master.*$/
script:
- echo "git clone success!"
deploy1:
stage: deploy
only:
- /^develop.*$/
- /^master.*$/
script:
- mvn deploy -e --settings /home/gitlab-runner/.m2/settings.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/neat-logic/neatlogic-runner.git
git@gitee.com:neat-logic/neatlogic-runner.git
neat-logic
neatlogic-runner
neatlogic-runner
develop3.0.0

搜索帮助