diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 393329effc4..bbc37ef1419 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -18,7 +18,7 @@ if [ -n "$CROSS" ]; then else STRIP="strip" fi -if [ -z "$ARTIFACTS_DEBUG_SYMBOLS"]; then +if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then find install -name \*.so -exec $STRIP {} \; fi