Skip to content

Commit bf5eb15

Browse files
Copilotchefgs
andauthored
Fix PMD extracted directory pattern
Agent-Logs-Url: https://github.com/cloudengine-labs/devops_os/sessions/5a7ec5cb-5911-4929-a875-d57261636b95 Co-authored-by: chefgs <7605658+chefgs@users.noreply.github.com>
1 parent 1d6c1ce commit bf5eb15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ RUN if [ "$INSTALL_PMD" = "true" ]; then \
270270
mkdir -p /opt/pmd \
271271
&& curl -fsSLo /opt/pmd.zip "https://github.com/pmd/pmd/releases/download/pmd_releases/${PMD_VERSION}/pmd-dist-${PMD_VERSION}-bin.zip" \
272272
&& unzip /opt/pmd.zip -d /opt \
273-
&& mv /opt/pmd-bin-* /opt/pmd \
273+
&& mv /opt/pmd-* /opt/pmd \
274274
&& rm /opt/pmd.zip \
275275
&& echo 'export PATH=$PATH:/opt/pmd/bin' >> /etc/bash.bashrc; \
276276
fi

0 commit comments

Comments
 (0)