chore: set git remote to GitHub https URL
This commit is contained in:
parent
5b056b2579
commit
0fe0e49401
@ -10,4 +10,5 @@ RUN apk --update add make git go rsync libc-dev \
|
||||
# Install protoc-gen-gotemplate
|
||||
COPY . /go/src/github.com/moul/protoc-gen-gotemplate
|
||||
WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate
|
||||
RUN git remote set-url origin https://github.com/moul/protoc-gen-gotemplate
|
||||
RUN go install . ./cmd/web-editor
|
||||
|
Loading…
Reference in New Issue
Block a user