Skip to content

Commit 6650bba

Browse files
committed
Upgrade yarn version
Signed-off-by: Evaldo Felipe <[email protected]>
1 parent 5cf58a3 commit 6650bba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ RUN yarn build
2626
WORKDIR /across-relayer
2727

2828
# Clode the relayer code and copy it to the across-relayer directory. Remove the package directory.
29-
RUN git clone https://github.com/across-protocol/relayer-v2.git .
29+
# RUN git clone https://github.com/across-protocol/relayer-v2.git .
30+
# Temporary test branch
31+
RUN git clone -b fusmanii/yarn-upgrade-second-attempt https://github.com/across-protocol/relayer.git .
3032

3133
# This command fix a concurrency issue when the package was not found.
3234
RUN npx -y only-allow npm

0 commit comments

Comments
 (0)