Logo
Explore Help
Sign In
vodorod/Dorod-Sky
1
0
Fork 0
You've already forked Dorod-Sky
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
main
Dorod-Sky/run_skyvern.sh

16 lines
271 B
Bash
Raw Permalink Normal View History

Move the code over from private repository (#3)
2024-03-01 10:09:30 -08:00
#!/bin/bash
avoid running kill of skyvern is not running (#2416)
2025-05-21 18:14:47 -04:00
pid=$(lsof -t -i :8000)
Add shell check to pre-cmmit hooks & fix issues reported by it (#2579)
2025-06-03 13:37:56 -04:00
if [ -n "$pid" ]; then
kill "$pid"
avoid running kill of skyvern is not running (#2416)
2025-05-21 18:14:47 -04:00
fi
Move the code over from private repository (#3)
2024-03-01 10:09:30 -08:00
if [ ! -f .env ]; then
cp .env.example .env
echo "Please add your api keys to the .env file."
fi
Add shell check to pre-cmmit hooks & fix issues reported by it (#2579)
2025-06-03 13:37:56 -04:00
# shellcheck source=/dev/null
Migrate Skyvern to uv from poetry (#3554) Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: stas <stas@skyvern.com>
2025-09-30 15:19:12 -06:00
uv sync
Update run script with alembic (#29)
2024-03-05 13:35:51 -05:00
./run_alembic_check.sh
Migrate Skyvern to uv from poetry (#3554) Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: stas <stas@skyvern.com>
2025-09-30 15:19:12 -06:00
uv run python -m skyvern.forge
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 2039ms Template: 50ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API