Skip to content

Commit

Permalink
run installation again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 28, 2023
1 parent 3312fbb commit 35970c2
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ci/installation/run_install_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,22 @@ n
y
n
'
INSTALLATION_EXITCODE=$?
if [ "${INSTALLATION_EXITCODE}" -ne 0 ]; then
exit "${INSTALLATION_EXITCODE}"
fi

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
n
n
y
n
n
n
n
y
y
n
y
n
'
17 changes: 17 additions & 0 deletions ci/installation/run_install_faststartup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,20 @@ n
y
n
'
INSTALLATION_EXITCODE=$?
if [ "${INSTALLATION_EXITCODE}" -ne 0 ]; then
exit "${INSTALLATION_EXITCODE}"
fi

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
y
y
n
y
y
n
n
n
y
n
'
18 changes: 18 additions & 0 deletions ci/installation/run_install_webapp_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,21 @@ y
y
n
'
INSTALLATION_EXITCODE=$?
if [ "${INSTALLATION_EXITCODE}" -ne 0 ]; then
exit "${INSTALLATION_EXITCODE}"
fi

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
n
n
n
n
n
n
n
y
y
y
n
'
19 changes: 19 additions & 0 deletions ci/installation/run_install_webapp_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,22 @@ y
y
n
'
INSTALLATION_EXITCODE=$?
if [ "${INSTALLATION_EXITCODE}" -ne 0 ]; then
exit "${INSTALLATION_EXITCODE}"
fi

"${LOCAL_INSTALL_SCRIPT_PATH}/install-jukebox.sh" <<< 'y
n
n
n
n
n
n
n
y
y
y
y
n
'

0 comments on commit 35970c2

Please sign in to comment.