This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: debug [ci release]

+4 -2
+4 -2
.gitlab-ci.yml
··· 81 81 82 82 release-after-prisma-schema-update: 83 83 extends: .gitops 84 - stage: build 84 + stage: update 85 85 rules: 86 86 - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release]/ 87 87 script: 88 88 - mkdir -p $HOME/go 89 - - GOPATH=$HOME/go go get github.com/guilhem/bump@v0.2.3 89 + - GOPATH=$HOME/go go install github.com/guilhem/bump@v0.2.3 90 + - ls $HOME/go 91 + - ls $HOME/go/bin 90 92 - git fetch --tags 91 93 - $HOME/go/bin/bump minor 92 94 - git push --tags