this'll fix her part 2
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
This commit is contained in:
parent
3735959ff9
commit
66fb5845ae
|
@ -7,7 +7,7 @@ steps:
|
|||
- name: run tests
|
||||
image: golang
|
||||
commands:
|
||||
- go install -v
|
||||
- go mod download
|
||||
- go test -p 1 -v ./...
|
||||
|
||||
trigger:
|
||||
|
@ -23,7 +23,7 @@ steps:
|
|||
- name: run tests
|
||||
image: golang
|
||||
commands:
|
||||
- go install -v
|
||||
- go mod download
|
||||
- go test -p 1 -v ./...
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
|
|
|
@ -7,7 +7,6 @@ RUN go mod download
|
|||
|
||||
COPY . .
|
||||
|
||||
RUN go install -v
|
||||
RUN go build -o /app/hatecomputers
|
||||
|
||||
EXPOSE 8080
|
||||
|
|
Loading…
Reference in New Issue