Skip to content

Commit

Permalink
Merge pull request elizaOS#1207 from v1xingyue/v1xingyue-patch-1
Browse files Browse the repository at this point in the history
fix: gitpod cicd bug
  • Loading branch information
odilitime authored Dec 18, 2024
2 parents b3ebb3c + eecb77f commit d1bdf00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ tasks:
- name: "init eliza env"
init: |
nvm install v23.3.0
git fetch --tags
git checkout $(git describe --tags --abbrev=0)
command: pnpm install && pnpm run build

0 comments on commit d1bdf00

Please sign in to comment.