Skip to content

Commit

Permalink
remove corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
bryzettler committed Oct 23, 2023
1 parent acddcac commit 9a74892
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion packages/account-postgres-sink-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/active-device-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/crons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/distributor-oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/entity-invalidator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/fanout-metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/faucet-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/monitor-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/rewards-oracle-faucet-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/tokens-to-rent-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down
1 change: 0 additions & 1 deletion packages/vsr-metadata-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ COPY package.json ./
COPY yarn.deploy.lock ./
ENV YARN_LOCKFILE_FILENAME=yarn.deploy.lock

RUN corepack enable
RUN yarn set version 3.6.4
RUN yarn install

Expand Down

0 comments on commit 9a74892

Please sign in to comment.