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: fix pipeline source
author
Gwen Le Bihan
date
1 year ago
(Feb 3, 2025, 10:24 PM +0100)
commit
756e91a3
756e91a3ee361bb7458242849746d522fc965e07
parent
717838c1
717838c10d2a689db25acfa452493ed537478c4a
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
Reviewed
···
61
61
image: registry.inpt.fr/inp-net/images/go-just:1.23.5-1.39.0
62
62
stage: update
63
63
rules:
64
64
-
- if: $CI_PIPELINE_SOURCE == "trigger"
64
64
+
- if: $CI_PIPELINE_SOURCE == "pipeline"
65
65
before_script:
66
66
- apk add curl
67
67
- just updateschema