this'll fix her
continuous-integration/drone/push Build is running Details

This commit is contained in:
Elizabeth Hunt 2024-10-14 19:36:32 -07:00
parent 84eb502bcd
commit 1a65ee574e
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -7,6 +7,7 @@ RUN go mod download
COPY . .
RUN go install -v
RUN go build -o /app/hatecomputers
EXPOSE 8080