commenting out pre-commit for now

This commit is contained in:
Felippe Burk 2020-04-09 10:52:36 -06:00 committed by Bryce Larson
parent 4b2364e769
commit 7ac7de9ff8
No known key found for this signature in database
GPG key ID: 131C38B0F02DB4CA

View file

@ -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