Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
500dbb62
Commit
500dbb62
authored
Feb 02, 2018
by
Mathieu Giraud
Browse files
.gitlab-ci.yml: stage 'release'
parent
55f35c3f
Pipeline
#15925
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
500dbb62
...
...
@@ -16,6 +16,7 @@ stages:
-
test_functional_external
-
test_shouldvdj
-
prepare_release
-
release
-
valgrind_unit
-
valgrind_functional
-
deploy_prod
...
...
@@ -77,6 +78,15 @@ prepare_release:
only
:
-
/^feature-a\/.*$/
release
:
stage
:
release
script
:
make -C algo release RELEASE_TAG=`cat algo/release`
when
:
manual
only
:
-
/^feature-a\/release$/
artifacts
:
paths
# Client
test_browser_unit
:
...
...
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