Appease yamllint

This commit is contained in:
Zedifus
2025-02-23 11:10:58 +00:00
parent 802da58171
commit c3ffe0245b
5 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
---
name: Build Docker Images
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- master

View File

@@ -2,7 +2,7 @@
---
name: Lint
on: [push, pull_request] # yamllint disable-line rule:truthy
on: [push, pull_request] # yamllint disable-line rule:truthy
jobs:
lint:

View File

@@ -2,7 +2,7 @@
---
name: Build pyinstaller apps
on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
branches:
- master

View File

@@ -19,7 +19,7 @@ docker-build:
variables:
ENVIRONMENT_NAME: "production"
# We'll set the version in the script and append stable tags
DOCKER_TAGS: "" # We'll determine in script
DOCKER_TAGS: ""
# Scheduled nightly builds on main
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
variables:

View File

@@ -85,8 +85,8 @@ sonarcloud-check:
when: never
- if: $CI_PIPELINE_SOURCE == "schedule"
when: never
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ||
$CI_COMMIT_BRANCH == "dev" ||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ||
$CI_COMMIT_BRANCH == "dev" ||
$CI_PIPELINE_SOURCE == "merge_request_event"'
variables:
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache