[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-439-g9838b0c38
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-10-21 15:48:13
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 9838b0c38bc823275f5e099a5a3df84bdf03d5e4 (commit)
from f76d158cde02c1813eb90f3dedbd21a2d49d4202 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9838b0c38bc823275f5e099a5a3df84bdf03d5e4
Author: Sébastien Szymanski <seb...@ar...>
Date: Mon Oct 21 17:46:49 2024 +0200
.gitlab-ci.yml: allow to run build-nightly manually from gitlab.com
-----------------------------------------------------------------------
Summary of changes:
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e81e978d..dead008e7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ build-merge-request:
build-nightly:
rules:
- - if: $CI_PIPELINE_SOURCE == "schedule"
+ - if: $CI_PIPELINE_SOURCE == "schedule" || $CI_PIPELINE_SOURCE == "web"
extends: .build_template
artifacts:
name: "$ARMADEUS_PLATFORM-$CI_COMMIT_SHORT_SHA-images"
hooks/post-receive
--
armadeus
|