Skip to content

Commit

Permalink
fixing broken command (#558)
Browse files Browse the repository at this point in the history
Signed-off-by: Jasmin Gacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic committed Nov 19, 2021
1 parent 15092f4 commit b0c402f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/api-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV GOOS=linux
ARG VERSION
ARG COMMIT

RUN cd cmd/api-server;go build -ldflags "-X github.com/kubeshop/testkube/internal/pkg/api.Version=$VERSION -X github.com/kubeshop/testkube/internal/pkg/api.Commit=$COMMIT" -X github.com/kubeshop/testkube/pkg/telemetry.telemetryToken=$TELEMETRY_TOKEN -o /app -mod mod -a .
RUN cd cmd/api-server;go build -ldflags "-X github.com/kubeshop/testkube/internal/pkg/api.Version=$VERSION -X github.com/kubeshop/testkube/internal/pkg/api.Commit=$COMMIT -X github.com/kubeshop/testkube/pkg/telemetry.telemetryToken=$TELEMETRY_TOKEN" -o /app -mod mod -a .

FROM alpine:latest
RUN apk --no-cache add ca-certificates libssl1.1
Expand Down

0 comments on commit b0c402f

Please sign in to comment.