Skip to content

Commit

Permalink
golang image git clone unable to auto-detect email address issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Feb 25, 2021
1 parent 12db106 commit 8818e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ RUN curl -L http://download.redis.io/redis-stable.tar.gz | tar -xz \
FROM golang:1.15 AS ghost_builder
# 2b5d5e0 - Fix ghost issue with binary primary key - https://github.com/github/gh-ost/pull/915
RUN pwd \
&& git config --global user.email "git@dodopizza.com" \
&& git config --global user.name "DodoPizza" \
&& git clone https://github.com/github/gh-ost.git \
&& cd gh-ost/ \
&& git pull origin pull/915/head && git checkout 2b5d5e0 \
Expand Down

0 comments on commit 8818e51

Please sign in to comment.