Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
dc72791756e5
Commit
ae2f5614
authored
Oct 17, 2017
by
Rémy Coutable
Committed by
Winnie Hellmann
Oct 21, 2017
Browse files
Improve the build-package and .review-docs jobs
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
6da9c2d6809b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
dc727917
...
@@ -154,12 +154,8 @@ stages:
...
@@ -154,12 +154,8 @@ stages:
# Trigger a package build in omnibus-gitlab repository
# Trigger a package build in omnibus-gitlab repository
build-package
:
build-package
:
image
:
ruby:2.
3
-alpine
image
:
ruby:2.
4
-alpine
before_script
:
[]
before_script
:
[]
services
:
[]
variables
:
SETUP_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
false"
stage
:
build
stage
:
build
cache
:
{}
cache
:
{}
when
:
manual
when
:
manual
...
@@ -180,13 +176,9 @@ build-package:
...
@@ -180,13 +176,9 @@ build-package:
-
apk add --update openssl
-
apk add --update openssl
-
wget https://gitlab.com/gitlab-org/gitlab-ce/raw/master/scripts/trigger-build-docs
-
wget https://gitlab.com/gitlab-org/gitlab-ce/raw/master/scripts/trigger-build-docs
-
chmod 755 trigger-build-docs
-
chmod 755 trigger-build-docs
services
:
[]
cache
:
{}
cache
:
{}
dependencies
:
[]
dependencies
:
[]
artifacts
:
{}
variables
:
variables
:
SETUP_DB
:
"
false"
USE_BUNDLE_INSTALL
:
"
false"
GIT_STRATEGY
:
none
GIT_STRATEGY
:
none
when
:
manual
when
:
manual
only
:
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