File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -150,17 +150,11 @@ jobs:
150150 fi
151151 CMD='
152152 cd '${WORKSPACE}'; \
153- echo "Get lcov..." \
153+ echo "Get lcov..."; \
154154 . ~/.setuprc; \
155- if [ "$OS_NAME" = "Ubuntu" ]; \
156- then \
157- apt-get update -y -q; \
158- elif [ "$OS_NAME" = "Alpine Linux" ]; \
159- then \
160- apk update; \
161- elif [ "$OS_NAME" = "macOS" ]; \
162- then \
163- brew update; \
155+ if [ "$OS_NAME" = "Ubuntu" ]; then apt-get update -y -q; \
156+ elif [ "$OS_NAME" = "Alpine Linux" ]; then apk update; \
157+ elif [ "$OS_NAME" = "macOS" ]; then brew update; \
164158 fi; \
165159 wget https://raw.githubusercontent.com/${{ env.CI_REPO }}/refs/heads/${{ env.CI_BRANCH }}/ci/shared/scripts/deps/packages.sh && chmod +x packages.sh
166160 ./packages.sh lcov
You can’t perform that action at this time.
0 commit comments