-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master 1112769 #756
Master 1112769 #756
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra block
startup/YaST2.call
Outdated
@@ -709,6 +709,16 @@ if [ $SELECTED_MEDIUM = "SSH" ] && [ ! "$VNC" = 1 ];then | |||
# when found the ssh daemon is killed, so create this file as the very last step!! | |||
# (https://github.com/openSUSE/installation-images/blob/c57181329ab7040369da705c5b0ddd78e2960bf0/data/root/etc/inst_setup#L221-L229) | |||
echo $Y2_EXIT_CODE > /tmp/YaST2_ssh_installation_finished | |||
fi | |||
|
|||
if [ $SELECTED_MEDIUM != "SSH" ] && [ "$Y2_MODE" = "ncurses" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a wrong conflict resolution, the same block is already present below.
✔️ Public Jenkins job #27 successfully finished |
❌ Internal Jenkins job #28 failed |
✔️ Internal Jenkins job #29 successfully finished |
No description provided.