You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/functions/host/docker.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -593,7 +593,7 @@ function docker_cli_launch() {
593
593
local -i docker_build_result
594
594
if docker run "${DOCKER_ARGS[@]}""${DOCKER_ARMBIAN_INITIAL_IMAGE_TAG}" /bin/bash "${DOCKER_ARMBIAN_TARGET_PATH}/compile.sh""${ARMBIAN_CLI_FINAL_RELAUNCH_ARGS[@]}";then
595
595
docker_build_result=$?# capture exit code of test done in the line above.
596
-
display_alert "-------------Docker run finished after ${SECONDS}s------------------------""🐳 successfull""info"
596
+
display_alert "-------------Docker run finished after ${SECONDS}s------------------------""🐳 successful""info"
597
597
else
598
598
docker_build_result=$?# capture exit code of test done 4 lines above.
599
599
# No use polluting GHA/CI with notices about Docker failure (real failure, inside Docker, generated enough errors already) skip_ci_special="yes"
0 commit comments