Skip to content

Commit

Permalink
feat: copy agent.temlpate.yml to root
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Jul 13, 2024
1 parent 3eacae8 commit bee0896
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,7 @@ jobs:

- name: Install agent
run: |
npm install -g [email protected]
npm install -g [email protected]
# Install dependencies
pnpm install
# Copy the .env.example file to .env for the demo explorer
cp packages/demo-explorer/.env.example packages/demo-explorer/.env

# Build
pnpm build

# Initialize the agent configuration
pnpm vckit config

mv agent.yml agent.template.yml
cp packages/cli/default/agent.template.yml ./agent.template.yml
- name: docker meta details
id: meta
Expand Down

0 comments on commit bee0896

Please sign in to comment.