Removign new line from gitlab-ci.yaml

This commit is contained in:
Luke Robles 2022-01-30 10:42:08 -08:00
parent ca57fa9822
commit 95bec785b1

View File

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