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
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Kazunori Yamamoto
gitlab-runner
Commits
655a956f
Commit
655a956f
authored
Apr 08, 2019
by
Evan Read
Browse files
Add note about git-lfs
parent
d9b83537
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
docs/executors/shell.md
docs/executors/shell.md
+4
-0
docs/executors/ssh.md
docs/executors/ssh.md
+4
-0
docs/executors/virtualbox.md
docs/executors/virtualbox.md
+4
-0
No files found.
docs/executors/shell.md
View file @
655a956f
...
...
@@ -5,6 +5,10 @@ locally to the machine that the Runner is installed. It supports all systems on
which the Runner can be installed. That means that it's possible to use scripts
generated for Bash, Windows PowerShell and Windows Batch.
NOTE:
**Note:**
GitLab Runner will use the
`git lfs`
command if
[
Git LFS
](
https://git-lfs.github.com
)
is installed on the machine.
Ensure Git LFS is up-to-date on any systems where GitLab Runner will run using shell executor.
## Overview
The scripts can be run as unprivileged user if the
`--user`
is added to the
...
...
docs/executors/ssh.md
View file @
655a956f
...
...
@@ -7,6 +7,10 @@ is currently not supported.
This is a simple executor that allows you to execute builds on a remote machine
by executing commands over SSH.
NOTE:
**Note:**
GitLab Runner will use the
`git lfs`
command if
[
Git LFS
](
https://git-lfs.github.com
)
is installed on the remote machine.
Ensure Git LFS is up-to-date on any remote systems where GitLab Runner will run using SSH executor.
## Overview
To use the SSH executor you need to specify
`executor = "ssh"`
under the
...
...
docs/executors/virtualbox.md
View file @
655a956f
...
...
@@ -9,6 +9,10 @@ build environment for every build. This executor supports all systems that can
be run on VirtualBox. The only requirement is that the virtual machine exposes
its SSH server and provide a bash-compatible shell.
NOTE:
**Note:**
GitLab Runner will use the
`git lfs`
command if
[
Git LFS
](
https://git-lfs.github.com
)
is installed on the virtual machine.
Ensure Git LFS is up-to-date on any virtual machine where GitLab Runner will run using VirtualBox executor.
## Overview
The project's source code is checked out to:
`~/builds/<namespace>/<project-name>`
.
...
...
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