This repository has no description
0

Configure Feed

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

ci: fix pipeline source

+1 -1
+1 -1
.gitlab-ci.yml
··· 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 - - if: $CI_PIPELINE_SOURCE == "trigger" 64 + - if: $CI_PIPELINE_SOURCE == "pipeline" 65 65 before_script: 66 66 - apk add curl 67 67 - just updateschema