chore: set git remote to GitHub https URL

This commit is contained in:
Manfred Touron 2018-08-14 00:56:16 +02:00
parent 5b056b2579
commit 0fe0e49401

View File

@ -10,4 +10,5 @@ RUN apk --update add make git go rsync libc-dev \
# Install protoc-gen-gotemplate # Install protoc-gen-gotemplate
COPY . /go/src/github.com/moul/protoc-gen-gotemplate COPY . /go/src/github.com/moul/protoc-gen-gotemplate
WORKDIR /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 RUN go install . ./cmd/web-editor