该仓库已于 2021-05-10 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
docker-tileboard-OUTDATED/.drone.yml
Florian Brinker 7e281b403e
一些检查失败了
continuous-integration/drone Build is failing
Test version check
2021-04-21 23:39:23 +02:00

25 行
415 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- apk update && apk add bash grep sed curl unzip
- chmod +x ./build.sh
- ./build.sh
#- name: docker
# image: plugins/docker
# settings:
# repo: fbrinker/tileboard
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
trigger:
branch:
- master