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: remove manual trigger for release
author
Gwen Le Bihan
date
1 year ago
(Feb 3, 2025, 9:26 PM +0100)
commit
500f994b
500f994b1b444afa4d5e13735b7455e9099cd37d
parent
90c28db2
90c28db276a9886af4292f22c1ac744c764d69fd
-1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
-1
.gitlab-ci.yml
Reviewed
···
22
22
stage: deploy
23
23
rules:
24
24
- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+/
25
25
-
- when: manual
26
25
script:
27
26
- export TAG=$(echo $CI_COMMIT_TAG | sed 's/^v//')
28
27
- |