ci: Fix typo in variable value
This commit is contained in:
parent
7027ac788a
commit
1c97796646
1 changed files with 5 additions and 5 deletions
|
@ -60,7 +60,7 @@ build:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "scheduled"
|
- $CI_PIPELINE_SOURCE == "schedule"
|
||||||
|
|
||||||
##
|
##
|
||||||
# Stage: Test
|
# Stage: Test
|
||||||
|
@ -90,7 +90,7 @@ test:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "scheduled"
|
- $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
||||||
|
|
||||||
# Runs the coverage test.
|
# Runs the coverage test.
|
||||||
|
@ -117,7 +117,7 @@ coverage:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "scheduled"
|
- $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
||||||
|
|
||||||
# Runs the address sanitizer.
|
# Runs the address sanitizer.
|
||||||
|
@ -245,7 +245,7 @@ stop_review:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "scheduled"
|
- $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
||||||
|
|
||||||
asan:
|
asan:
|
||||||
|
@ -296,7 +296,7 @@ msan:
|
||||||
|
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PIPELINE_SOURCE == "scheduled"
|
- $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
|
||||||
|
|
||||||
armv8:
|
armv8:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue