Skip to content
Snippets Groups Projects
Commit f3acf050 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

only unset CI in mac

parent e34673ac
Branches
No related tags found
No related merge requests found
Pipeline #55462 failed
......@@ -7,7 +7,6 @@ stages:
.build_template:
stage: build
script:
- unset CI
- python3 build-locally.py $CONFIG
artifacts:
expire_in: 1 month
......@@ -21,12 +20,16 @@ stages:
.build_template_build_osx_64:
extends: .build_template
before_script:
- unset CI
tags:
- macos
- intel
.build_template_osx_arm64:
extends: .build_template
before_script:
- unset CI
tags:
- macos
- arm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment