pre-commit: run prettier

This commit is contained in:
Erik Sundell
2021-11-03 23:55:54 +01:00
parent e0aaa4f995
commit 1120466b71

View File

@@ -87,7 +87,6 @@ commands:
command: |
py.test integration-tests/test_bootstrap.py -s
jobs:
integration-test:
docker:
@@ -107,32 +106,32 @@ jobs:
- plugin_tests
upgrade-test:
docker:
- image: docker:18.05.0-ce-git
docker:
- image: docker:18.05.0-ce-git
steps:
- run:
name: Check upgrade testing
command: |
if [ "$CIRCLE_BRANCH" == "master" ]; then
echo "On master, no upgrade to test..."
circleci-agent step halt
else
echo "PR detected, testing upgrade..."
fi
- run:
name: setup python3
command: |
apk add --no-cache python3 pytest
- checkout
- setup_remote_docker
- build_systemd_image
- basic_tests:
upgrade: "--upgrade"
- admin_tests:
upgrade: "--upgrade"
- plugin_tests:
upgrade: "--upgrade"
steps:
- run:
name: Check upgrade testing
command: |
if [ "$CIRCLE_BRANCH" == "master" ]; then
echo "On master, no upgrade to test..."
circleci-agent step halt
else
echo "PR detected, testing upgrade..."
fi
- run:
name: setup python3
command: |
apk add --no-cache python3 pytest
- checkout
- setup_remote_docker
- build_systemd_image
- basic_tests:
upgrade: "--upgrade"
- admin_tests:
upgrade: "--upgrade"
- plugin_tests:
upgrade: "--upgrade"
workflows:
version: 2