Skip to content

Commit

Permalink
chore: cleanup scripts (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 authored May 14, 2024
1 parent 7c9ab11 commit 51c152b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/tailcall/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
current_dir=$(pwd)
TAILCALL_LOG_LEVEL=error $HOME/.tailcall/bin/tailcall start $current_dir/graphql/tailcall/benchmark.graphql
TAILCALL_LOG_LEVEL=error TC_TRACKER=false $HOME/.tailcall/bin/tailcall start $current_dir/graphql/tailcall/benchmark.graphql
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd graphql/netflix_dgs
cd ../../

# For tailcall:
curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s -- v0.34.1
curl -sSL https://raw.githubusercontent.com/tailcallhq/tailcall/main/install.sh | bash -s -- v0.82.19
export PATH=$PATH:/root/.tailcall/bin

# For caliban
Expand Down

0 comments on commit 51c152b

Please sign in to comment.