Skip to content

Commit 3bec9ad

Browse files
authored
Set CI=true in the office-ui-fabric docker test so it doesnt use a progress indicator (#36982)
1 parent fd8000d commit 3bec9ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cases/docker/office-ui-fabric/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM node:current
2+
ENV CI=true
23
RUN npm install -g yarn lerna --force
34
RUN git clone https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react
45
WORKDIR /office-ui-fabric-react

0 commit comments

Comments
 (0)