We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c747d5 commit c3f1eabCopy full SHA for c3f1eab
1 file changed
tests/fixtures/mock-store/build.sh
@@ -19,9 +19,9 @@ curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand/
19
&& chmod +x /usr/local/bin/etcdctl
20
21
22
-git clone https://github.com/jserver/mock-s3 /app/mock-s3
23
-
+git clone https://github.com/jserver/mock-s3 /app/mock-s3 --depth 1
24
cd /app/mock-s3
+curl https://gist.githubusercontent.com/anonymous/c565f11a8d90d6e2d92b/raw/c5815f6c83aa5c2cfb7b0a34cfab4a075c97be16/mock-s3-post.diff|git apply
25
26
# install pip
27
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -
0 commit comments