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
|
- name: run tests
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go install -v
|
||||||
- go test -p 1 -v ./...
|
- go test -p 1 -v ./...
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
@ -23,7 +23,7 @@ steps:
|
||||||
- name: run tests
|
- name: run tests
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go build
|
- go install -v
|
||||||
- go test -p 1 -v ./...
|
- go test -p 1 -v ./...
|
||||||
- name: docker
|
- name: docker
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
|
@ -7,6 +7,7 @@ RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN go install -v
|
||||||
RUN go build -o /app/hatecomputers
|
RUN go build -o /app/hatecomputers
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in New Issue