Skip to content

Commit c3f1eab

Browse files
committed
ref(tests): make mock-s3 pseudo-handle POST queries
1 parent 4c747d5 commit c3f1eab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/fixtures/mock-store/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ curl -sSL -o /usr/local/bin/etcdctl https://s3-us-west-2.amazonaws.com/opdemand/
1919
&& chmod +x /usr/local/bin/etcdctl
2020

2121

22-
git clone https://github.com/jserver/mock-s3 /app/mock-s3
23-
22+
git clone https://github.com/jserver/mock-s3 /app/mock-s3 --depth 1
2423
cd /app/mock-s3
24+
curl https://gist.githubusercontent.com/anonymous/c565f11a8d90d6e2d92b/raw/c5815f6c83aa5c2cfb7b0a34cfab4a075c97be16/mock-s3-post.diff|git apply
2525

2626
# install pip
2727
curl -sSL https://raw.githubusercontent.com/pypa/pip/6.0.8/contrib/get-pip.py | python -

0 commit comments

Comments
 (0)