Version 0.0.1 #2
+2
-1
@@ -17,7 +17,7 @@
|
||||
#
|
||||
# The tarball contains everything needed to run (or uninstall) Skald Circle:
|
||||
# bin/skald, bin/skald-setup, web/, agents/, skills/,
|
||||
# default.config.yaml, requirements.txt, run.sh, uninstall.sh
|
||||
# default.config.yaml, providers.yaml, requirements.txt, run.sh, uninstall.sh
|
||||
|
||||
set -eu
|
||||
|
||||
@@ -93,6 +93,7 @@ cp -r web "$STAGING/web"
|
||||
cp -r agents "$STAGING/agents"
|
||||
cp -r skills "$STAGING/skills"
|
||||
cp default.config.yaml "$STAGING/default.config.yaml"
|
||||
cp providers.yaml "$STAGING/providers.yaml"
|
||||
cp requirements.txt "$STAGING/requirements.txt"
|
||||
cp run.sh "$STAGING/run.sh"
|
||||
cp uninstall.sh "$STAGING/uninstall.sh"
|
||||
|
||||
Reference in New Issue
Block a user