summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2021-11-22 12:46:15 +0400
committerMarc-André Lureau <marcandre.lureau@redhat.com>2021-11-22 12:46:15 +0400
commit836fb533511573ad52eb4768d2c8be007fcd9491 (patch)
tree40e9b8acf897901a2d690cc086b66183b9f4584e /.gitlab-ci.yml
parentee7fe545b2d6f8c26b0d53830395726e11ae6eb2 (diff)
downloadgstreamer-836fb533511573ad52eb4768d2c8be007fcd9491.tar.gz
ci: fix minor comment typo
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1371>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70a17199e7..ae7d5f48b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -427,7 +427,7 @@ build msys2 :
allow_failure: true
when: 'manual'
script:
- # Make sure powershell exists on errors
+ # Make sure powershell exits on errors
# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-6
- $ErrorActionPreference = "Stop"