fix paths
This commit is contained in:
parent
bfb291836b
commit
0d1d462b65
@ -35,6 +35,7 @@ build_be:
|
|||||||
- python -m venv /opt/venv
|
- python -m venv /opt/venv
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
script:
|
script:
|
||||||
|
- cd ./backend
|
||||||
- python setup.py sdist
|
- python setup.py sdist
|
||||||
artifacts:
|
artifacts:
|
||||||
untracked: true
|
untracked: true
|
||||||
@ -48,6 +49,7 @@ build_be:
|
|||||||
lint_fe:
|
lint_fe:
|
||||||
image: node:alpine
|
image: node:alpine
|
||||||
script:
|
script:
|
||||||
|
- cd ./frontend
|
||||||
- npm run -- ng lint
|
- npm run -- ng lint
|
||||||
extends:
|
extends:
|
||||||
- .lint
|
- .lint
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user