mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-12-05 01:10:15 +00:00
Appease yamllint
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
name: Build Docker Images
|
name: Build Docker Images
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|||||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [push, pull_request] # yamllint disable-line rule:truthy
|
on: [push, pull_request] # yamllint disable-line rule:truthy
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
2
.github/workflows/pyinstaller-build.yml
vendored
2
.github/workflows/pyinstaller-build.yml
vendored
@@ -2,7 +2,7 @@
|
|||||||
---
|
---
|
||||||
name: Build pyinstaller apps
|
name: Build pyinstaller apps
|
||||||
|
|
||||||
on: # yamllint disable-line rule:truthy
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ docker-build:
|
|||||||
variables:
|
variables:
|
||||||
ENVIRONMENT_NAME: "production"
|
ENVIRONMENT_NAME: "production"
|
||||||
# We'll set the version in the script and append stable tags
|
# 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
|
# Scheduled nightly builds on main
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
@@ -85,8 +85,8 @@ sonarcloud-check:
|
|||||||
when: never
|
when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
when: never
|
when: never
|
||||||
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ||
|
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH ||
|
||||||
$CI_COMMIT_BRANCH == "dev" ||
|
$CI_COMMIT_BRANCH == "dev" ||
|
||||||
$CI_PIPELINE_SOURCE == "merge_request_event"'
|
$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
variables:
|
variables:
|
||||||
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
|
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
|
||||||
|
|||||||
Reference in New Issue
Block a user