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
Tags
No related merge requests found
Checking pipeline status
...@@ -7,7 +7,6 @@ stages: ...@@ -7,7 +7,6 @@ stages:
.build_template: .build_template:
stage: build stage: build
script: script:
- unset CI
- python3 build-locally.py $CONFIG - python3 build-locally.py $CONFIG
artifacts: artifacts:
expire_in: 1 month expire_in: 1 month
...@@ -21,12 +20,16 @@ stages: ...@@ -21,12 +20,16 @@ stages:
.build_template_build_osx_64: .build_template_build_osx_64:
extends: .build_template extends: .build_template
before_script:
- unset CI
tags: tags:
- macos - macos
- intel - intel
.build_template_osx_arm64: .build_template_osx_arm64:
extends: .build_template extends: .build_template
before_script:
- unset CI
tags: tags:
- macos - macos
- arm - arm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment