This repository has been archived on 2021-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
docker-tileboard-OUTDATED/.drone.yml
Florian Brinker 2784367a2d
All checks were successful
continuous-integration/drone Build is passing
Test version check
2021-04-21 23:41:40 +02:00

25 lines
418 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: alpine
commands:
- apk update && apk add bash grep sed curl unzip jq
- 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