forked from s3lph/matemat
Fixed typo in Gitlab CI config.
This commit is contained in:
parent
bc19893d90
commit
824694c811
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ codestyle:
|
||||||
stage: codestyle
|
stage: codestyle
|
||||||
script:
|
script:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
- sudp -u matemat pycodestyle matemat
|
- sudo -u matemat pycodestyle matemat
|
||||||
# - sudp -u matemat mypy --ignore-missing-imports --strict -p matemat
|
# - sudo -u matemat mypy --ignore-missing-imports --strict -p matemat
|
||||||
|
|
||||||
docker_build_push:
|
docker_build_push:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in a new issue