Skip to content

Commit

Permalink
fix: arm (keephq#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored Nov 16, 2023
1 parent 25f53e3 commit f0f789b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keep-ui/next_build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

# This allows us to dynamically set the API_URL and NEXT_PUBLIC_API_URL based on the branch name
# This is useful for testing PRs on Vercel
if [ -n "$VERCEL_GIT_COMMIT_REF" ]; then
Expand Down

0 comments on commit f0f789b

Please sign in to comment.