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