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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
260a1b90
Commit
260a1b90
authored
May 15, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
643fdffd
6bd312a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
doc/ci/introduction/index.md
doc/ci/introduction/index.md
+1
-1
doc/integration/elasticsearch.md
doc/integration/elasticsearch.md
+1
-1
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
+0
-1
No files found.
doc/ci/introduction/index.md
View file @
260a1b90
...
...
@@ -156,7 +156,7 @@ Once you're happy with your implementation:
![
GitLab workflow example
](
img/gitlab_workflow_example_11_9.png
)
GitLab CI/CD is capable of
a
doing a lot more, but this workflow
GitLab CI/CD is capable of doing a lot more, but this workflow
exemplifies GitLab's ability to track the entire process,
without the need of any external tool to deliver your software.
And, most usefully, you can visualize all the steps through
...
...
doc/integration/elasticsearch.md
View file @
260a1b90
...
...
@@ -85,7 +85,7 @@ To build and install the indexer, run:
```
sh
git clone https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer.git
cd
/
gitlab-elasticsearch-indexer
cd
gitlab-elasticsearch-indexer
make
sudo
make
install
```
...
...
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
View file @
260a1b90
...
...
@@ -338,7 +338,6 @@ rollout 100%:
image_tag=${CI_APPLICATION_TAG:-$CI_COMMIT_TAG}
fi
replicas="1"
service_enabled="true"
postgres_enabled="$POSTGRES_ENABLED"
...
...
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