Drone CI build
continuous-integration/drone/push Build is failing Details

* Bump version
This commit is contained in:
Adam Štrauch 2021-09-21 00:53:02 +02:00
parent 2965fbf343
commit 65e5907eb7
Signed by: cx
GPG Key ID: 018304FFA8988F8D
2 changed files with 15 additions and 1 deletions

14
.drone.yml Normal file
View File

@ -0,0 +1,14 @@
kind: pipeline
type: docker
name: testing
steps:
- name: build
image: plugins/docker
settings:
dry_run: true
username:
password:
repo: rosti/runtime
tags:
- dev

View File

@ -1,5 +1,5 @@
DOCKER=docker
VERSION=2021.04-2
VERSION=2021.09-1
all: build