Skip to content

Commit 95df263

Browse files
committed
last touch to test almalinux9
1 parent e319a95 commit 95df263

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mychroot/ci/penguins-eggs-execute.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ echo -e "$(hostname)\n" > /etc/hostname
1414

1515
eggs love -vn
1616

17-
if [[ "$GITHUB_ACTIONS" = "true" ]]; then
17+
#if [[ "$GITHUB_ACTIONS" = "true" ]]; then
1818
mv /home/eggs/.mnt/*.iso /ci/iso/
1919
ls -al /ci/iso/
20-
else
21-
echo "TIPS use: eggs export iso -c"
22-
exec bash --login
23-
fi
20+
#else
21+
# echo "TIPS use: eggs export iso -c"
22+
# exec bash --login
23+
#fi

0 commit comments

Comments
 (0)