drone-test/.drone.yml

25 lines
398 B
YAML
Raw Normal View History

2020-05-25 04:45:54 +00:00
kind: pipeline
type: kubernetes
name: default
steps:
- name: test
image: golang
commands:
- go build
2020-05-25 05:06:21 +00:00
resources:
limits:
cpu: 1
memory: 100MiB
2020-05-25 05:32:38 +00:00
- name: docker
image: plugins/docker
settings:
repo: harbor.ntppool.org/ask/dron-test
tags: latest
auto_tag: true
username:
from_secret: harbor_username
password:
from_secret: harbor_password