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
63eb4f7d
Commit
63eb4f7d
authored
Mar 08, 2019
by
Marcia Ramos
Committed by
Mike Lewis
Mar 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: intro to CI/CD - fix typos
parent
f3f02f56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/ci/introduction/index.md
doc/ci/introduction/index.md
+4
-4
No files found.
doc/ci/introduction/index.md
View file @
63eb4f7d
...
...
@@ -78,10 +78,10 @@ scripts to be specified in a file called [`.gitlab-ci.yml`](../yaml/README.md),
located in the root path of your repository.
In this file, you can define the scripts you want to run, define include and
cache dependencies, choose
what
commands you want to run in sequence
cache dependencies, choose commands you want to run in sequence
and those you want to run in parallel, define where you want to
deploy your app, and
choose if you want to run the script
automatically
or
if you want to trigger it
manually. Once you're familiar with
deploy your app, and
specify whether you will want to run the scripts
automatically
or
trigger any of them
manually. Once you're familiar with
GitLab CI/CD you can add more advanced steps into the configuration file.
To add scripts to that file, you'll need to organize them in a
...
...
@@ -175,7 +175,7 @@ file, so we recommend you read through it to understand GitLab's CI/CD
logic, and learn how to write your own script (or tweak an
existing one) for any application.
For a
n
deep view of GitLab's CI/CD configuration options, check the
For a deep view of GitLab's CI/CD configuration options, check the
[
`.gitlab-ci.yml` full reference
](
../yaml/README.md
)
.
### GitLab CI/CD feature set
...
...
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