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

This commit is contained in:
Elizabeth Hunt 2024-10-14 19:53:20 -07:00
parent 3735959ff9
commit 66fb5845ae
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 2909B9A7FF6213EE
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ steps:
- name: run tests - name: run tests
image: golang image: golang
commands: commands:
- go install -v - go mod download
- 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 install -v - go mod download
- go test -p 1 -v ./... - go test -p 1 -v ./...
- name: docker - name: docker
image: plugins/docker image: plugins/docker

View File

@ -7,7 +7,6 @@ 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