Skip to content

Commit b3d1894

Browse files
authored
gitpod cicd bug
Sometimes we can't fetch tags, so let's fetch tags before.
1 parent c1a0fd2 commit b3d1894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitpod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ tasks:
33
- name: "init eliza env"
44
init: |
55
nvm install v23.3.0
6+
git fetch --tags
67
git checkout $(git describe --tags --abbrev=0)
78
command: pnpm install && pnpm run build

0 commit comments

Comments
 (0)