We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65f86 commit a2c90fcCopy full SHA for a2c90fc
.ci/build.sh
@@ -153,7 +153,7 @@ $(head -$END_LINE ReleaseNotes.md | tail -$((END_LINE - BEGIN_LINE)))
153
(
154
cd current-p2-site
155
156
- unzip -q -d "${PMD_CI_MAVEN_PROJECT_VERSION}" "net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-${PMD_CI_MAVEN_PROJECT_VERSION}.zip"
+ unzip -q -d "${PMD_CI_MAVEN_PROJECT_VERSION}" "../net.sourceforge.pmd.eclipse.p2updatesite/target/net.sourceforge.pmd.eclipse.p2updatesite-${PMD_CI_MAVEN_PROJECT_VERSION}.zip"
157
git add "${PMD_CI_MAVEN_PROJECT_VERSION}"
158
regenerate_metadata
159
0 commit comments