更新 '.cid/redis.yml'

This commit is contained in:
LingZhaoHui 2020-09-11 14:34:23 +00:00
parent ac3b2810c4
commit 56ab338837

View File

@ -2,19 +2,12 @@ workspace:
base: /data/redis
path: .
pipeline:
init:
image: 'node:latest'
commands:
- 'echo "begin"'
when:
event: [push, tag, deployment]
branch: [master, develop]
build:
image: 'node:latest'
image: 'centos:latest'
environment:
- TZ=Asia/Shanghai
commands:
- 'cd /data/redis/redis/ && make'
- 'make'
when:
event: [push, tag, deployment]
branch: [master, develop]