Skip to content

Commit

Permalink
[CI] Remove latest file from release script
Browse files Browse the repository at this point in the history
The new release pipeline links the latest release to a file called
latest.txt, the dev team requested this feature to be removed

Remove echo line from do_release script into latest.txt

Signed-off-by: NirWolfer <[email protected]>
  • Loading branch information
NirWolfer authored and AlexanderGrissik committed Aug 18, 2024
1 parent 0bce56a commit 6a00b01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .ci/do_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ if [ "${do_release}" = true ] ; then

cd "${release_folder}"
sudo -E -u swx-jenkins ln -s "$DST_DIR/${pkg_name}" "${pkg_name}"
sudo -E -u swx-jenkins echo "${pkg_name}" | sudo -E -u swx-jenkins tee "${DST_DIR}"/../latest.txt
echo "Release found at $DST_DIR"
else
echo "do_release is set to false, skipping package release."
Expand Down

0 comments on commit 6a00b01

Please sign in to comment.