1 Star 0 Fork 0

虚拟计算机/Digital

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bitbucket-pipelines.yml 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
hneemann 提交于 2017-06-04 11:20 . added artifact upload to pipelines
# This is a sample build configuration for Maven.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: maven:3.3.3
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- mvn --version
- mvn clean install
- curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"target/Digital.zip"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/virtual-computer/Digital.git
[email protected]:virtual-computer/Digital.git
virtual-computer
Digital
Digital
master

搜索帮助