Skip to content

Commit

Permalink
Temporary mock out storageclient error
Browse files Browse the repository at this point in the history
  • Loading branch information
szabozoltan69 committed May 2, 2023
1 parent ceab813 commit af5e5b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ RUN perl -pi -e 's/ is 0 / == 0 /' ${AZUREROOT}blob/_upload_chunking.py
RUN perl -pi -e 's/ is not -1 / != 1 /' ${AZUREROOT}blob/baseblobservice.py
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}common/_connection.py
RUN perl -pi -e "s/ is '' / == '' /" ${AZUREROOT}_connection.py
RUN sed '423,430d' ${AZUREROOT}common/storageclient.py > /tmp/tmp1
RUN cat /tmp/tmp1 > ${AZUREROOT}common/storageclient.py
RUN rm /tmp/tmp1

COPY main/nginx.conf /etc/nginx/sites-available/
RUN \
Expand Down

0 comments on commit af5e5b3

Please sign in to comment.