elasticsearch-plugin-readon.../.drone.yml

24 lines
509 B
YAML
Raw Permalink Normal View History

2019-05-17 16:46:55 +00:00
kind: pipeline
name: default
steps:
- name: fetch
image: alpine/git
commands:
- which make || apk add make
- make fetch
2019-05-17 22:29:53 +00:00
- name: build_upload_all
2019-05-17 16:46:55 +00:00
image: openjdk:13-alpine
2019-05-17 22:29:53 +00:00
environment:
AWS_ACCESS_KEY_ID:
from_secret: aws_access_key
AWS_SECRET_ACCESS_KEY:
from_secret: aws_secret_key
commands:
- which make || apk add make
2019-09-13 20:23:21 +00:00
- which git || apk add git
- which pip || apk add --update python py-pip python-dev
2019-05-17 22:29:53 +00:00
- which aws || pip install awscli
2019-09-13 20:24:35 +00:00
- sh build_upload_all.sh