1
0
Fork 0

add drone build script

master
bunix42 6 years ago
parent 2db2bac824
commit 78c32a0610

@ -0,0 +1,19 @@
pipeline:
build:
image: alpine:edge
commands:
- sed -i 's@<VERSION>@${VERSION}@' Dockerfile
docker:
image: plugins/docker
repo: bunix42/google-cloud-sdk
tags:
- ${VERSION}
secrets: [ docker_username, docker_password ]
when:
branch: master
matrix:
NC_VERSION:
- 193.0.0-alpine