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 30f553d commit fa88d42Copy full SHA for fa88d42
ci/test/04_install.sh
@@ -93,7 +93,7 @@ elif [ "$CI_USE_APT_INSTALL" != "no" ]; then
93
CI_EXEC_ROOT add-apt-repository ppa:hadret/bpfcc
94
fi
95
if [[ -n "${APPEND_APT_SOURCES_LIST}" ]]; then
96
- CI_EXEC_ROOT echo "${APPEND_APT_SOURCES_LIST}" >> /etc/apt/sources.list
+ CI_EXEC_ROOT echo "${APPEND_APT_SOURCES_LIST}" \>\> /etc/apt/sources.list
97
98
${CI_RETRY_EXE} CI_EXEC_ROOT apt-get update
99
${CI_RETRY_EXE} CI_EXEC_ROOT apt-get install --no-install-recommends --no-upgrade -y "$PACKAGES" "$CI_BASE_PACKAGES"
0 commit comments