mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commenting out pre-commit for now
This commit is contained in:
parent
4b2364e769
commit
7ac7de9ff8
1 changed files with 17 additions and 17 deletions
|
@ -3,23 +3,23 @@ stages:
|
|||
- lint
|
||||
- test
|
||||
|
||||
pre-commit-run-all:
|
||||
image:
|
||||
name: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
entrypoint: [""]
|
||||
stage: lint
|
||||
variables:
|
||||
PRE_COMMIT_HOME: "${CI_PROJECT_DIR}/pre-commit-cache"
|
||||
only:
|
||||
refs:
|
||||
- merge_requests
|
||||
cache:
|
||||
key: pre-commit-cache
|
||||
paths:
|
||||
- pre-commit-cache/
|
||||
script:
|
||||
- pip3 install pre-commit
|
||||
- pre-commit run -a -v --color always
|
||||
# pre-commit-run-all:
|
||||
# image:
|
||||
# name: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
# entrypoint: [""]
|
||||
# stage: lint
|
||||
# variables:
|
||||
# PRE_COMMIT_HOME: "${CI_PROJECT_DIR}/pre-commit-cache"
|
||||
# only:
|
||||
# refs:
|
||||
# - merge_requests
|
||||
# cache:
|
||||
# key: pre-commit-cache
|
||||
# paths:
|
||||
# - pre-commit-cache/
|
||||
# script:
|
||||
# - pip3 install pre-commit
|
||||
# - pre-commit run -a -v --color always
|
||||
|
||||
lint-salt-full:
|
||||
image: registry.gitlab.com/saltstack/pop/cicd/containers/ubuntu1804:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue