Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: moved coordinates converter service to separate repository #76

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/workflows/build-converter.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ jobs:
build-studio:
name: Build and push studio Docker image
uses: ./.github/workflows/build-studio.yml

build-converter:
name: Build and push coordinates converter Docker image
uses: ./.github/workflows/build-converter.yml
31 changes: 0 additions & 31 deletions .github/workflows/test-converter.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ jobs:
test-studio:
name: Run studio tests
uses: ./.github/workflows/test-studio.yml

test-converter:
name: Run coordinates converter tests
uses: ./.github/workflows/test-converter.yml
1 change: 0 additions & 1 deletion coordinates_converter/.dockerignore

This file was deleted.

6 changes: 0 additions & 6 deletions coordinates_converter/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions coordinates_converter/Dockerfile

This file was deleted.

41 changes: 0 additions & 41 deletions coordinates_converter/README.md

This file was deleted.

Empty file removed coordinates_converter/__init__.py
Empty file.
190 changes: 0 additions & 190 deletions coordinates_converter/gltf.py

This file was deleted.

Loading