Removign new line from gitlab-ci.yaml

This commit is contained in:
ein 2022-01-30 10:42:08 -08:00
parent 288e9d210b
commit 56bba55e61

View File

@ -20,7 +20,6 @@ lint_python_on_merge_request:
- echo "Linting Python code"
- pip install --upgrade -q pip && pip install -q black && black --fast --check .
build_and_push_container:
stage: deploy
script: