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
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/pyinstaller-build.yml
vendored
2
.github/workflows/pyinstaller-build.yml
vendored
@@ -2,7 +2,7 @@
|
||||
---
|
||||
name: Build pyinstaller apps
|
||||
|
||||
on: # yamllint disable-line rule:truthy
|
||||
on: # yamllint disable-line rule:truthy
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user