We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cabaf9c commit 0f2ce5aCopy full SHA for 0f2ce5a
cron/beta-10
@@ -5,7 +5,7 @@ export RLVER=10
5
export RLREL=beta
6
source "/root/toolkit/sync/common"
7
rm -rf /etc/pungi-beta-${MAJOR}
8
-git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER}s /etc/pungi-beta-${MAJOR}
+git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${REVISION} /etc/pungi-beta-${MAJOR}
9
ret_val=$?
10
if [ "$ret_val" -ne 0 ]; then
11
echo "Git pull failed for beta pungi config" | mutt -e "set from=\"$FROMMAIL\"" \
0 commit comments