gitlab-ci: Try to fix needs: chain of Homebrew pipeline
Following ab0b0413
Another fix after the x64 builds (which we don't use with Homebrew)
This commit is contained in:
parent
b3c40c7be1
commit
807e21c6ab
1 changed files with 4 additions and 1 deletions
|
|
@ -687,7 +687,10 @@ deps-macos-inhouse:
|
|||
|
||||
gimp-macos-inhouse:
|
||||
extends: .macos-inhouse
|
||||
needs: ["deps-macos-inhouse"]
|
||||
needs:
|
||||
- job: deps-macos-inhouse
|
||||
#to allow running Homebrew builds
|
||||
optional: true
|
||||
stage: build
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
|
|
|
|||
Loading…
Reference in a new issue