alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: debug [ci release]
author
Gwen Le Bihan
date
1 year ago
(Feb 5, 2025, 3:27 AM +0100)
commit
cbc63aba
cbc63aba93eb2c33423549736a20cb917019179e
parent
0e9dda99
0e9dda9924a1fdcffec416f1650868927cd6d82e
+4
-2
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+4
-2
.gitlab-ci.yml
Reviewed
···
81
81
82
82
release-after-prisma-schema-update:
83
83
extends: .gitops
84
84
-
stage: build
84
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
89
-
- GOPATH=$HOME/go go get github.com/guilhem/bump@v0.2.3
89
89
+
- GOPATH=$HOME/go go install github.com/guilhem/bump@v0.2.3
90
90
+
- ls $HOME/go
91
91
+
- ls $HOME/go/bin
90
92
- git fetch --tags
91
93
- $HOME/go/bin/bump minor
92
94
- git push --tags