Skip to content

Commit

Permalink
Fix vsix filter in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <[email protected]>
  • Loading branch information
RomanNikitenko committed Feb 9, 2024
1 parent e439efe commit b59d3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devspaces-code/build/dockerfiles/brew.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ RUN echo "######################################################## /tmp/vscode-r
# Unpack the vsix files to '.build/builtInExtensions/ext_publisher.ext_name'.
#
# For the details, see 'build/lib/builtInExtensions.ts'.
COPY artifacts/ms-vscode.*.vsix /tmp/builtInExtensions/
COPY artifacts/*.vsix /tmp/builtInExtensions/
RUN for vsixfile in /tmp/builtInExtensions/*; do \
# get the file name without the path
basename="${vsixfile##*/}"; \
Expand Down

0 comments on commit b59d3c7

Please sign in to comment.