Skip to content

Commit 99e854f

Browse files
committed
change push tag to rc
1 parent cfb4c0e commit 99e854f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

push.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ "${PRODUCT}" == "MLM" ]; then
2727
esac
2828

2929
# Define the default tag to use
30-
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0-beta2/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
30+
sed 's/^tag=%{!?_default_tag:latest}/tag=5.2.0-rc/' -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3131

3232
sed "s/namespace='%{_default_namespace}'/namespace='%{_default_namespace}\/%{_arch}'/" -i ${SRPM_PKG_DIR}/uyuni-tools.spec
3333

0 commit comments

Comments
 (0)