Skip to content

Commit 90d8401

Browse files
committed
remove depth when git clone
1 parent 6081c13 commit 90d8401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

play-with-docker-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ docker swarm init --advertise-addr $(hostname -i) && \
2121
# On play-with-docker, clone repo
2222
echo && \
2323
cd /root && \
24-
git clone https://github.com/pascalandy/docker-stack-this.git --depth 1 && \
24+
git clone https://github.com/pascalandy/docker-stack-this.git && \
2525
cd docker-stack-this && \
2626
echo;

0 commit comments

Comments
 (0)