1 Star 1 Fork 0

卫莱/travelSystemSchool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.drone.yml 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
胡青山 提交于 2021-08-26 10:49 . travisci构建测试
kind: pipeline
type: exec
name: 基本构建流程
platform:
os: linux
arch: amd64
steps:
- name: 首次构建测试
commands:
#drone会创建一个临时目录,所有的操作都在临时目录i面
- pwd
- ls -l
#drone首先会拉取git服务器的代码,我们使用ls -l 可以看到
- cd ~
- ls ~
- sudo mkdir ./build
- ls
- echo $HOME
- pwd
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/weipeng1011/travel-system-school.git
git@gitee.com:weipeng1011/travel-system-school.git
weipeng1011
travel-system-school
travelSystemSchool
master

搜索帮助