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