Skip to content

Commit

Permalink
Merge branch 'develop' into #177-Graph-Screen-Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
somshrivastava committed Oct 28, 2024
2 parents 2eea248 + 494b8f7 commit 225467f
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 120 deletions.
Binary file removed .github/.DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
sudo apt-get -y update
sudo apt-get -y install docker-compose
- name: Build Docker Compose
working-directory: compose
run: |
if ! docker-compose build; then
echo "Docker Compose build failed."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
provenance: false
build-args: |
PROD=true
BACKEND_URL=http://192.168.100.1:8000
BACKEND_URL=http://192.168.100.11:8000
MAP_ACCESS_TOKEN=pk.eyJ1IjoibWNrZWVwIiwiYSI6ImNscXBrcmU1ZTBscWIya284cDFyYjR3Nm8ifQ.6TQHlxhAJzptZyV-W28dnw
1 change: 1 addition & 0 deletions .github/workflows/scylla-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
submodules: true
- name: Run db
working-directory: compose
run: docker compose run -P -d odyssey-timescale
- name: Generate prisma
run: cargo prisma generate
Expand Down
Binary file removed ArgosIOS/.DS_Store
Binary file not shown.
Binary file removed ArgosIOS/Argos/.DS_Store
Binary file not shown.
6 changes: 0 additions & 6 deletions compose.brick.yml

This file was deleted.

14 changes: 0 additions & 14 deletions compose.client-dev.yml

This file was deleted.

18 changes: 0 additions & 18 deletions compose.router.yml

This file was deleted.

21 changes: 0 additions & 21 deletions compose.scylla-dev.yml

This file was deleted.

9 changes: 0 additions & 9 deletions compose.tpu.yml

This file was deleted.

51 changes: 0 additions & 51 deletions compose.yml

This file was deleted.

Binary file removed scylla-server/.DS_Store
Binary file not shown.

0 comments on commit 225467f

Please sign in to comment.