Skip to content

Commit

Permalink
rebase release-0.2 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghaoz committed Mar 2, 2021
1 parent ed25cb6 commit ad083de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docker/gorse-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN mkdir -p $GOPATH/src/github.com/zhenghaoz && \
cd $GOPATH/src/github.com/zhenghaoz && \
git clone https://github.com/zhenghaoz/gorse.git && \
cd gorse && \
git checkout release-0.2 && \
cd cmd/gorse-cli && \
go build . && \
mv gorse-cli $GOPATH/bin/
Expand Down
1 change: 0 additions & 1 deletion docker/gorse-master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN mkdir -p $GOPATH/src/github.com/zhenghaoz && \
cd $GOPATH/src/github.com/zhenghaoz && \
git clone https://github.com/zhenghaoz/gorse.git && \
cd gorse && \
git checkout release-0.2 && \
cd cmd/gorse-master && \
go build . && \
mv gorse-master $GOPATH/bin/
Expand Down
1 change: 0 additions & 1 deletion docker/gorse-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN mkdir -p $GOPATH/src/github.com/zhenghaoz && \
cd $GOPATH/src/github.com/zhenghaoz && \
git clone https://github.com/zhenghaoz/gorse.git && \
cd gorse && \
git checkout release-0.2 && \
cd cmd/gorse-server && \
go build . && \
mv gorse-server $GOPATH/bin/
Expand Down
1 change: 0 additions & 1 deletion docker/gorse-worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN mkdir -p $GOPATH/src/github.com/zhenghaoz && \
cd $GOPATH/src/github.com/zhenghaoz && \
git clone https://github.com/zhenghaoz/gorse.git && \
cd gorse && \
git checkout release-0.2 && \
cd cmd/gorse-worker && \
go build . && \
mv gorse-worker $GOPATH/bin/
Expand Down

0 comments on commit ad083de

Please sign in to comment.