Skip to content
Snippets Groups Projects
Commit f623b259 authored by Jakub Ziebinski's avatar Jakub Ziebinski
Browse files

Update path to the proto in the .gitlab-ci.yml

parent 6209ee1b
No related branches found
No related tags found
1 merge request!288Move compiled proto package to the private part
...@@ -90,7 +90,7 @@ build_wheel: ...@@ -90,7 +90,7 @@ build_wheel:
- "${PYPROJECT_DIR}/.build/logs/" - "${PYPROJECT_DIR}/.build/logs/"
- "${PYPROJECT_DIR}/wax/*.so" - "${PYPROJECT_DIR}/wax/*.so"
- "build_wheel.env" - "build_wheel.env"
- "${PYPROJECT_DIR}/wax/proto" - "${PYPROJECT_DIR}/wax/_private/proto"
reports: reports:
dotenv: "build_wheel.env" dotenv: "build_wheel.env"
...@@ -257,10 +257,10 @@ test_wax_protobuf_python_pattern: ...@@ -257,10 +257,10 @@ test_wax_protobuf_python_pattern:
artifacts: true artifacts: true
script: script:
- echo -e "${TXT_BLUE}Testing generated proto files with patterns ...${TXT_CLEAR}" - echo -e "${TXT_BLUE}Testing generated proto files with patterns ...${TXT_CLEAR}"
- diff --brief --recursive --color=never --no-ignore-file-name-case --no-dereference $CI_PROJECT_DIR/python/protobuf_patterns/ $CI_PROJECT_DIR/python/wax/proto/ - diff --brief --recursive --color=never --no-ignore-file-name-case --no-dereference $CI_PROJECT_DIR/python/protobuf_patterns/ $CI_PROJECT_DIR/python/wax/_private/proto/
artifacts: artifacts:
paths: paths:
- $CI_PROJECT_DIR/python/wax/proto/ - $CI_PROJECT_DIR/python/wax/_private/proto/
when: always when: always
expire_in: 1 week expire_in: 1 week
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment