Skip to content

Commit 6bc1140

Browse files
Remove the 'pull' step from the Docker files.
1 parent c3592bc commit 6bc1140

8 files changed

Lines changed: 0 additions & 8 deletions

File tree

tests/cases/docker/azure-sdk/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM node:current
22
RUN npm install -g @microsoft/rush
33
RUN git clone --depth 1 https://github.com/Azure/azure-sdk-for-js.git /azure-sdk
44
WORKDIR /azure-sdk
5-
RUN git pull
65
RUN rush update
76
WORKDIR /azure-sdk/sdk/core/core-http
87
# Sync up all TS versions used internally so they're all linked from a known location

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ENV TF_BUILD=true
66
ADD https://api.github.com/repos/OfficeDev/office-ui-fabric-react/git/ref/heads/master version.json
77
RUN git clone --depth 1 https://github.com/OfficeDev/office-ui-fabric-react.git /office-ui-fabric-react
88
WORKDIR /office-ui-fabric-react
9-
RUN git pull
109
WORKDIR /
1110
COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
1211
WORKDIR /office-ui-fabric-react

tests/cases/docker/prettier/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM node:current
22
RUN npm i -g yarn --force
33
RUN git clone --depth 1 https://github.com/prettier/prettier.git /prettier
44
WORKDIR /prettier
5-
RUN git pull
65
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76
RUN mkdir /typescript
87
RUN tar -xzvf /typescript.tgz -C /typescript

tests/cases/docker/pyright/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:current
22
RUN git clone --depth 1 https://github.com/microsoft/pyright.git /pyright
33
WORKDIR /pyright
4-
RUN git pull
54
RUN npm i
65
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76
RUN npm install /typescript.tgz --exact --ignore-scripts --save-dev

tests/cases/docker/rxjs/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM node:10
22
RUN git clone --depth 1 https://github.com/ReactiveX/rxjs /rxjs
33
WORKDIR /rxjs
4-
RUN git pull
54
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
65
RUN mkdir /typescript
76
RUN tar -xzvf /typescript.tgz -C /typescript

tests/cases/docker/vscode/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ RUN apt-get install libsecret-1-dev libx11-dev libxkbfile-dev -y
55
RUN npm i -g yarn --force
66
RUN git clone --depth 1 https://github.com/microsoft/vscode.git /vscode
77
WORKDIR /vscode
8-
RUN git pull
98
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
109
WORKDIR /vscode/build
1110
RUN yarn add typescript@/typescript.tgz

tests/cases/docker/vue-next/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM node:current
22
RUN npm install -g yarn lerna --force
33
RUN git clone --depth 1 https://github.com/vuejs/vue-next.git /vue-next
44
WORKDIR /vue-next
5-
RUN git pull
65
COPY --from=typescript/typescript /typescript/typescript-*.tgz typescript.tgz
76
# Sync up all TS versions used internally to the new one
87
RUN yarn add typescript@./typescript.tgz --exact --dev --ignore-scripts -W

tests/cases/docker/xterm.js/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
FROM node:10
33
RUN git clone --depth 1 https://github.com/xtermjs/xterm.js.git /xtermjs
44
WORKDIR /xtermjs
5-
RUN git pull
65
COPY --from=typescript/typescript /typescript/typescript-*.tgz /typescript.tgz
76
RUN mkdir /typescript
87
RUN tar -xzvf /typescript.tgz -C /typescript

0 commit comments

Comments
 (0)