Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
6e161f09
Commit
6e161f09
authored
Mar 16, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'deploy' stage from CI builds
parent
438eb068
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
15 deletions
+1
-15
.gitlab-ci.yml
.gitlab-ci.yml
+1
-15
No files found.
.gitlab-ci.yml
View file @
6e161f09
...
...
@@ -15,7 +15,6 @@ before_script:
stages
:
-
build
-
test
-
deploy
build:main:
stage
:
build
...
...
@@ -120,17 +119,4 @@ test:reference:
name
:
"
$CI_JOB_NAME"
paths
:
-
$CI_PROJECT_DIR/build-cmake/Testing
expire_in
:
1 day
deploy:build_docs:
stage
:
deploy
dependencies
:
-
build:main
script
:
-
$DUNECONTROL --only=dorie configure
-
$DUNECONTROL --only=dorie make doc
artifacts
:
name
:
"
$CI_JOB_NAME"
paths
:
-
$CI_PROJECT_DIR/build-cmake/doc
expire_in
:
1 week
\ No newline at end of file
expire_in
:
1 day
\ No newline at end of file
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