Skip to content

Commit

Permalink
Fix release.xml generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Aug 2, 2024
1 parent 5448bf7 commit 9c08565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releng/org.eclipse.epp.config/tools/promote-a-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cat > release.xml <<EOM
<past>2023-12/R</past>
<past>2024-03/R</past>
<present>2024-06/R</present>
<future>2024-09/M1</future>
<future>${RELEASE_NAME}/${RELEASE_MILESTONE}</future>
</packages>
EOM
$ECHO $SCP release.xml "${SSHUSER}:"${EPP_DOWNLOADS}/downloads/release/release.xml
Expand Down

0 comments on commit 9c08565

Please sign in to comment.