Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod-shell
Commits
3cfed32ac203
Commit
3cfed32a
authored
Aug 04, 2021
by
Georges Racinet
🦑
Browse files
Merged heptapod-oldstable branch into heptapod-stable
No actual content, just CI rules tweaks.
parents
42212157275e
e458a83b11d4
Pipeline
#25558
passed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
heptapod-ci.yml
View file @
3cfed32a
...
...
@@ -6,6 +6,6 @@
# For merge requests, create a pipeline.
-
if
:
'
$CI_MERGE_REQUEST_IID'
# For main development branches, create a pipeline (this includes on schedules, pushes, merges, etc.).
-
if
:
'
"$CI_COMMIT_HG_BRANCH"
=~
"
/^heptapod-
.*/"
&&
"$CI_COMMIT_HG_TOPIC"
==
""'
-
if
:
'
"$CI_COMMIT_HG_BRANCH"
=~
/^heptapod-
/
&&
"$CI_COMMIT_HG_TOPIC"
==
""'
# For tags, create a pipeline.
-
if
:
'
$CI_COMMIT_TAG'
...
...
@@ -10,5 +10,7 @@
# For tags, create a pipeline.
-
if
:
'
$CI_COMMIT_TAG'
# Always create a pipeline if manually requested
-
if
:
'
$CI_PIPELINE_SOURCE
==
"web"'
default
:
image
:
golang:1.14
...
...
Georges Racinet
🦑
@gracinet
mentioned in commit
cc2046fa4046
·
Aug 04, 2021
mentioned in commit
cc2046fa4046
mentioned in commit cc2046fa40469a83060d64a9bebc048988c5e391
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment