Skip to content

Commit

Permalink
gitpod cicd bug
Browse files Browse the repository at this point in the history
Sometimes we can't fetch tags, so let's fetch tags before.
  • Loading branch information
v1xingyue authored Dec 18, 2024
1 parent 81d0273 commit eecb77f
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 eecb77f

Please sign in to comment.