1 Star 0 Fork 0

jaeliu / brew

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.yml 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.7'
services:
sut:
build:
context: .
cache_from:
- homebrew/brew
args:
- FORCE_REBUILD=1
command:
- sh
- -xc
- |
/home/linuxbrew/.linuxbrew/bin/brew test-bot
status=$$?
exit $$status
1
https://gitee.com/jaeliu/brew.git
git@gitee.com:jaeliu/brew.git
jaeliu
brew
brew
master

搜索帮助