Compare commits
No commits in common. "1d9e4c71d36b2b9599e9e1f0e12f608b9433886d" and "c24b9e4cdcacefe40c7bf39901b75a283856b665" have entirely different histories.
1d9e4c71d3
...
c24b9e4cdc
11
.drone.yml
11
.drone.yml
@ -4,13 +4,10 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: golang:1.17.2
|
image: golang:1.16.3
|
||||||
commands:
|
commands:
|
||||||
- go test -v
|
- go test -v
|
||||||
- go build
|
- go build
|
||||||
volumes:
|
|
||||||
- name: go-pkg
|
|
||||||
path: /go/pkg
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000
|
cpu: 1000
|
||||||
@ -21,7 +18,6 @@ steps:
|
|||||||
|
|
||||||
- name: docker
|
- name: docker
|
||||||
image: harbor.ntppool.org/ntppool/drone-kaniko:latest
|
image: harbor.ntppool.org/ntppool/drone-kaniko:latest
|
||||||
pull: always
|
|
||||||
settings:
|
settings:
|
||||||
repo: drone-builds/drone-test
|
repo: drone-builds/drone-test
|
||||||
registry: harbor.ntppool.org
|
registry: harbor.ntppool.org
|
||||||
@ -32,8 +28,3 @@ steps:
|
|||||||
from_secret: harbor_username
|
from_secret: harbor_username
|
||||||
password:
|
password:
|
||||||
from_secret: harbor_password
|
from_secret: harbor_password
|
||||||
|
|
||||||
volumes:
|
|
||||||
- name: shared
|
|
||||||
claim:
|
|
||||||
name: go-pkg
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user