Skip to content

Commit

Permalink
PRODENG-2851 Removed artifact upload to old public repo (#538)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar <[email protected]>
  • Loading branch information
cranzy authored Jan 15, 2025
1 parent 239f72e commit 2d6c600
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,31 +44,4 @@ do
--file "${artifact_path}/${artifact}"
done

if [ -z "$releaseopt" ]; then
echo "Creating release named ${TAG_NAME} in Launchpad repo"

# Release to the public repo
./github-release release \
$releaseopt \
--draft \
--user Mirantis \
--repo launchpad \
--tag "${TAG_NAME}" \
--name "${TAG_NAME}"

sleep 10

echo "Uploading the artifacts to ${TAG_NAME} in Launchpad repo"

for artifact in ${artifacts}
do
./github-release upload \
--user Mirantis \
--repo launchpad \
--tag "${TAG_NAME}" \
--name "${artifact}" \
--file "${artifact_path}/${artifact}"
done
fi

rm ./github-release

0 comments on commit 2d6c600

Please sign in to comment.