diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f8e4dbd31..65cfc7e092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,8 +71,11 @@ MacOS: tags: - macos stage: build + only: + variables: + - $CI_PROJECT_ID == "7107382" script: - - rm -fr build/* # remove anything in the build directory + - rm -fr build/* # remove anything in the build directory - CI/before_install.osx.sh - CI/before_script.osx.sh - cd build; make -j2 package