Skip to content

Commit af5e5b3

Browse files
committed
Temporary mock out storageclient error
1 parent ceab813 commit af5e5b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ RUN perl -pi -e 's/ is 0 / == 0 /' ${AZUREROOT}blob/_upload_chunking.py
3535
RUN perl -pi -e 's/ is not -1 / != 1 /' ${AZUREROOT}blob/baseblobservice.py
3636
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}common/_connection.py
3737
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}_connection.py
38+
RUN sed '423,430d' ${AZUREROOT}common/storageclient.py > /tmp/tmp1
39+
RUN cat /tmp/tmp1 > ${AZUREROOT}common/storageclient.py
40+
RUN rm /tmp/tmp1
3841

3942
COPY main/nginx.conf /etc/nginx/sites-available/
4043
RUN \

0 commit comments

Comments
 (0)