mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
Add dependencies to the build
This commit is contained in:
@@ -12,6 +12,9 @@ WORKDIR /go/src/drone-helm
|
||||
# copy sources
|
||||
COPY . .
|
||||
|
||||
# add dependencies
|
||||
RUN go get
|
||||
|
||||
# run tests
|
||||
RUN go test -v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user