Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
rust
Duniter v2S
Commits
698e992e
Commit
698e992e
authored
1 year ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
fix(
#132
): fix: needs for *_docker_release_deploy
parent
6dd8d014
No related branches found
No related tags found
1 merge request
!182
Resolve "Industrialize Releases production"
Pipeline
#34108
waiting for manual action
Stage: build
Stage: release
Stage: deploy
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
698e992e
...
@@ -94,8 +94,6 @@ fmt_and_clippy:
...
@@ -94,8 +94,6 @@ fmt_and_clippy:
rules
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
-
if
:
$CI_PIPELINE_SOURCE != "merge_request_event" && $CI_COMMIT_BRANCH =~ /^(release\/runtime-)[0-9].*/
when
:
manual
when
:
manual
needs
:
-
$(CHAIN)_docker_release_build
changes
:
changes
:
-
node/specs/$CHAIN-raw.json
-
node/specs/$CHAIN-raw.json
variables
:
variables
:
...
@@ -119,11 +117,13 @@ gtest_docker_release_build:
...
@@ -119,11 +117,13 @@ gtest_docker_release_build:
gdev_docker_release_deploy
:
gdev_docker_release_deploy
:
extends
:
.docker_release_deploy
extends
:
.docker_release_deploy
needs
:
[
'
gdev_docker_release_build'
]
variables
:
variables
:
CHAIN
:
gdev
CHAIN
:
gdev
gtest_docker_release_deploy
:
gtest_docker_release_deploy
:
extends
:
.docker_release_deploy
extends
:
.docker_release_deploy
needs
:
[
'
gtest_docker_release_build'
]
variables
:
variables
:
CHAIN
:
gtest
CHAIN
:
gtest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment