Skip to content

Commit bcf9998

Browse files
committed
etc: ci depends on base being run
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 746c6c3 commit bcf9998

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

etc/DependencyInstaller.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -910,14 +910,14 @@ esac
910910
case "${os}" in
911911
"Ubuntu" )
912912
ubuntuVersion=$(awk -F= '/^VERSION_ID/{print $2}' /etc/os-release | sed 's/"//g')
913-
if [[ ${CI} == "yes" ]]; then
914-
_installCI "${ubuntuVersion}"
915-
fi
916913
if [[ "${option}" == "base" || "${option}" == "all" ]]; then
917914
_checkIsLocal
918915
_installUbuntuPackages "${ubuntuVersion}"
919916
_installUbuntuCleanUp
920917
fi
918+
if [[ ${CI} == "yes" ]]; then
919+
_installCI "${ubuntuVersion}"
920+
fi
921921
if [[ "${option}" == "common" || "${option}" == "all" ]]; then
922922
_installCommonDev
923923
# set version for non LTS

0 commit comments

Comments
 (0)