Skip to content

Commit

Permalink
ignore vsc build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
pi3ch committed Nov 12, 2023
1 parent 9d4be5a commit 7663778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ FROM golang:1.20-bullseye
RUN mkdir -p $GOPATH/src/github.com/fly-apps/terraform-provider-fly
WORKDIR $GOPATH/src/github.com/fly-apps/terraform-provider-fly

CMD go mod tidy; go build
CMD go mod tidy; go build -buildvcs=false

0 comments on commit 7663778

Please sign in to comment.