1 Star 0 Fork 0

li shy/split-drag-pane

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
li shy 提交于 2024-08-15 16:51 . complete
# 阶段
stages:
- install
- build
# - deploy
# cache:
# paths:
# - node_modules/
# 安装依赖
install:
stage: install
# 此处的tags必须填入之前注册时自定的tag
tags:
- win
# 执行脚本
script:
- echo "installing ok"
# yarn
# 打包项目
build:
stage: build
tags:
- win
script:
- echo "building"
# 部署项目
# deploy:
# stage: deploy
# tags:
# - win
# script:
# # 清空网站根目录,目录请根据服务器实际情况填写
# - rm -rf /www/wwwroot/stjerne/salary/*
# # 复制打包后的文件至网站根目录,目录请根据服务器实际情况填写
# - cp -rf ${CI_PROJECT_DIR}/dist/* /www/wwwroot/stjerne/salary/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-shy/split-drag-pane.git
git@gitee.com:li-shy/split-drag-pane.git
li-shy
split-drag-pane
split-drag-pane
master

搜索帮助