Skip to content
Snippets Groups Projects
Verified Commit 4d7a8557 authored by Julian Ospald's avatar Julian Ospald 🍵
Browse files

Fix yaml format

parent c23357df
No related branches found
No related tags found
No related merge requests found
Pipeline #43049 passed with warnings
......@@ -175,7 +175,7 @@ variables:
- .brew_cache
before_script:
# Install brew locally in the project dir. Packages will also be installed here.
- [ -e "$CI_PROJECT_DIR/.brew" ] || git clone --depth=1 https://github.com/Homebrew/brew $CI_PROJECT_DIR/.brew
- '[ -e "$CI_PROJECT_DIR/.brew" ] || git clone --depth=1 https://github.com/Homebrew/brew $CI_PROJECT_DIR/.brew'
- export PATH="$CI_PROJECT_DIR/.brew/bin:$CI_PROJECT_DIR/.brew/sbin:$PATH"
# otherwise we seem to get intel binaries
......@@ -533,7 +533,7 @@ release:darwin:aarch64:
- .brew_cache
before_script:
# Install brew locally in the project dir. Packages will also be installed here.
- [ -e "$CI_PROJECT_DIR/.brew" ] || git clone --depth=1 https://github.com/Homebrew/brew $CI_PROJECT_DIR/.brew
- '[ -e "$CI_PROJECT_DIR/.brew" ] || git clone --depth=1 https://github.com/Homebrew/brew $CI_PROJECT_DIR/.brew'
- export PATH="$CI_PROJECT_DIR/.brew/bin:$CI_PROJECT_DIR/.brew/sbin:$PATH"
# otherwise we seem to get intel binaries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment