aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 8a79d6447e15ca4a8f548284271d96f294ebb3e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
kind: pipeline
name: bottin

steps:
- name: build
  image: golang:stretch
  commands:
    - go get -d -v
    - go build -v
    - cd test_automatic
    - go get -d -v
    - go build -v

- name: test_bottin
  image: consul:latest
  environment:
    BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1 
  commands:
    - ash test_automatic/start_test.sh

---
kind: signature
hmac: a4455c124ee87ca8b0ef1779560703573f3a3f24d406e4cb281b9e0dab4ceeda

...