Skip to content

Commit

Permalink
scripts: connect to a centralized storage
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 authored Sep 14, 2024
1 parent 3deebfd commit 4539120
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python3 -m pip install -r requirement-uv.txt
uv sync --frozen --no-install-project
export PYTHONPATH=$(pwd)
uv run scripts/run_tests.py
uv run scripts/common/py/run_tests.py
uv run scripts/multi_build.py
- name: Publish Artifacts
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ job-build:
- python3 -m pip install -r requirement-uv.txt --break-system-packages
- uv sync --frozen --no-install-project
- export PYTHONPATH=$(pwd)
- uv run scripts/run_tests.py
- uv run scripts/common/py/run_tests.py
- uv run scripts/multi_build.py
artifacts:
paths:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "scripts/common"]
path = scripts/common
url = [email protected]:seppzer0/scripts
1 change: 1 addition & 0 deletions scripts/common
Submodule common added at 783f5b
50 changes: 0 additions & 50 deletions scripts/generate_docs.py

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/get_version.py

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/get_version.sh

This file was deleted.

46 changes: 0 additions & 46 deletions scripts/run_tests.py

This file was deleted.

18 changes: 9 additions & 9 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4539120

Please sign in to comment.