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: allow manual runs
author
Ewen Le Bihan
date
2 years ago
(Oct 31, 2024, 5:06 PM +0100)
commit
f039bba3
f039bba363df26e3e832388458db68f4a9f59b10
parent
584d9502
584d9502f08831fdc231bf3dae5fd63ede844145
+1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+1
.gitlab-ci.yml
Reviewed
···
13
13
stage: deploy
14
14
rules:
15
15
- if: $CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+/
16
16
+
- when: manual
16
17
script:
17
18
- export TAG=$(echo $CI_COMMIT_TAG)
18
19
- |