]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Gitlab CI: another attempt to fix workflow rules
authorterencehill <piuntn@gmail.com>
Sun, 20 Dec 2020 16:08:13 +0000 (17:08 +0100)
committerterencehill <piuntn@gmail.com>
Sun, 20 Dec 2020 16:08:13 +0000 (17:08 +0100)
.gitlab-ci.yml

index 470f569037d523f9ef12b2cea7513b615734490b..fa46090f529b52cf47114d84ce6f68b5ca0c599a 100644 (file)
@@ -1,6 +1,7 @@
 workflow:
+  script: echo "commit message: $CI_COMMIT_MESSAGE"
   rules:
-    - if: '$CI_COMMIT_MESSAGE == "Transifex autosync"'
+    - if: $CI_COMMIT_MESSAGE =~ /Transifex autosync/
       when: never
     - when: always