Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
41884ba1
Commit
41884ba1
authored
Oct 17, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve the build-package and .review-docs jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
9c71fb0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
.gitlab-ci.yml
.gitlab-ci.yml
+1
-9
No files found.
.gitlab-ci.yml
View file @
41884ba1
...
...
@@ -157,12 +157,8 @@ stages:
# Trigger a package build in omnibus-gitlab repository
build-package
:
image
:
ruby:2.
3
-alpine
image
:
ruby:2.
4
-alpine
before_script
:
[]
services
:
[]
variables
:
SETUP_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
false"
stage
:
build
cache
:
{}
when
:
manual
...
...
@@ -183,13 +179,9 @@ build-package:
-
apk add --update openssl
-
wget https://gitlab.com/gitlab-org/gitlab-ce/raw/master/scripts/trigger-build-docs
-
chmod 755 trigger-build-docs
services
:
[]
cache
:
{}
dependencies
:
[]
artifacts
:
{}
variables
:
SETUP_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
false"
GIT_STRATEGY
:
none
when
:
manual
only
:
...
...
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