diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 19:53:20 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 20:08:22 -0700 |
| commit | 66fb5845ae18d6f5e852f4e516ccbf5447ababfd (patch) | |
| tree | b7ec669b657bb6edcf92da8e65b5301403c6ceaa | |
| parent | 3735959ff9bad75181436581de3f94b87d3160f8 (diff) | |
| download | hatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.tar.gz hatecomputers.club-66fb5845ae18d6f5e852f4e516ccbf5447ababfd.zip | |
| -rw-r--r-- | .drone.yml | 4 | ||||
| -rw-r--r-- | Dockerfile | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -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 |
