Set CI=true in the office-ui-fabric docker test so it doesnt use a progress indicator (#36982)

This commit is contained in:
Wesley Wigham 2020-02-24 12:45:14 -08:00 committed by GitHub
parent fd8000dd59
commit 3bec9ad2c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
FROM node:current
ENV CI=true
RUN npm install -g yarn lerna --force
RUN git clone https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react
WORKDIR /office-ui-fabric-react