summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-11-18 23:31:28 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-11-18 23:31:28 -0200
commit1c977966468d448b749dd0c8d7c32c539e2b6c9e (patch)
tree8f6aeca2f05737463ed754d4a982fc9f60c65e59 /.gitlab-ci.yml
parent7027ac788ab6cca35dd9140451ed98f33cc7a6ba (diff)
downloadgnome-control-center-1c977966468d448b749dd0c8d7c32c539e2b6c9e.tar.gz
ci: Fix typo in variable value
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9dc1b4c01..4e43e2e68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,7 +60,7 @@ build:
except:
variables:
- - $CI_PIPELINE_SOURCE == "scheduled"
+ - $CI_PIPELINE_SOURCE == "schedule"
##
# Stage: Test
@@ -90,7 +90,7 @@ test:
except:
variables:
- - $CI_PIPELINE_SOURCE == "scheduled"
+ - $CI_PIPELINE_SOURCE == "schedule"
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
# Runs the coverage test.
@@ -117,7 +117,7 @@ coverage:
except:
variables:
- - $CI_PIPELINE_SOURCE == "scheduled"
+ - $CI_PIPELINE_SOURCE == "schedule"
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
# Runs the address sanitizer.
@@ -245,7 +245,7 @@ stop_review:
except:
variables:
- - $CI_PIPELINE_SOURCE == "scheduled"
+ - $CI_PIPELINE_SOURCE == "schedule"
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
asan:
@@ -296,7 +296,7 @@ msan:
except:
variables:
- - $CI_PIPELINE_SOURCE == "scheduled"
+ - $CI_PIPELINE_SOURCE == "schedule"
- $CI_COMMIT_TITLE =~ /^Update.*translation$/
armv8: