1
0
Fork 0

changed way of authenticating gsutil

This commit is contained in:
Christian Kühnel 2020-02-06 14:07:51 +00:00
parent 39319ab89d
commit 66a653578b

View file

@ -17,6 +17,9 @@ RUN powershell -NoProfile -InputFormat None -Command `
RUN pip install gsutil
VOLUME C:\credentials
# configure gsutil
COPY .boto "C:\Users\ContainerAdministrator\.boto"
# install python dependencies for the scripts
RUN pip install -r https://raw.githubusercontent.com/google/llvm-premerge-checks/master/scripts/requirements.txt