We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a689c11 commit fa95503Copy full SHA for fa95503
ci/test/04_install.sh
@@ -46,5 +46,5 @@ DOCKER_EXEC free -m -h
46
DOCKER_EXEC echo "Number of CPUs \(nproc\): $(nproc)"
47
48
${CI_RETRY_EXE} DOCKER_EXEC apt-get update
49
-${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -qq $PACKAGES $DOCKER_PACKAGES
+${CI_RETRY_EXE} DOCKER_EXEC apt-get install --no-install-recommends --no-upgrade -y $PACKAGES $DOCKER_PACKAGES
50
0 commit comments