From 05172946058f8e47058b5033f803a9aae8a9df2f Mon Sep 17 00:00:00 2001 From: James Groom Date: Thu, 23 Nov 2023 22:51:12 +1000 Subject: [PATCH] Fix typo in GitLab CI config fixes bb0d8f231 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4065b42a27..633fcc0d38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ build_ext_projs: - if: '$CI_PIPELINE_SOURCE == "schedule"' when: always script: - - for d in $CI_PROJECT_DIR/ExternalProjects/*; do [ -e "$d/build_release.sh" -a "$(find "$d" -maxdepth 1 -name '*.csproj' -print -quit)" ] && cd "$d" && ./build_release.sh; fi; done + - for d in $CI_PROJECT_DIR/ExternalProjects/*; do [ -e "$d/build_release.sh" -a "$(find "$d" -maxdepth 1 -name '*.csproj' -print -quit)" ] && cd "$d" && ./build_release.sh; done stage: test build_ext_tools: