Skip to content
Extraits de code Groupes Projets
Vérifiée Valider a07a6558 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

CI: Force the use of '[...]' to pass CI flags [gen-appimage]

parent dfb92f4c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!139Add Appimage builds for lektord, lkt and klkt
...@@ -16,8 +16,8 @@ stages: ...@@ -16,8 +16,8 @@ stages:
variables: variables:
- $CI_MERGE_REQUEST_TITLE =~ /^WIP:/ - $CI_MERGE_REQUEST_TITLE =~ /^WIP:/
- $CI_MERGE_REQUEST_TITLE =~ /^Draft:/ - $CI_MERGE_REQUEST_TITLE =~ /^Draft:/
- $CI_COMMIT_TITLE =~ /.*skip-ci.*/ - $CI_COMMIT_TITLE =~ /.*\[skip-ci\].*/
- $CI_COMMIT_TITLE =~ /.*no-build.*/ - $CI_COMMIT_TITLE =~ /.*\[no-build\].*/
variables: variables:
SRC_DIR: $CI_PROJECT_DIR # Where the sources are SRC_DIR: $CI_PROJECT_DIR # Where the sources are
WORK_DIR: "/home/gitlab-runner/CI_$CI_PIPELINE_ID" # Where we will work, so that it's not erased WORK_DIR: "/home/gitlab-runner/CI_$CI_PIPELINE_ID" # Where we will work, so that it's not erased
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter