Skip to content
Snippets Groups Projects
Commit d9680628 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #88 from zxqfox/patch-1

Fixup cd command order
parents 5fd3c039 f437a158
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -46,13 +46,13 @@ Create a user for GitLab:
 
sudo -u gitlab_ci -H git clone https://github.com/gitlabhq/gitlab-ci.git
 
cd gitlab-ci
# Checkout preferable version
sudo -u gitlab_ci -H git checkout 2-0-stable
 
## 5. Setup application
 
cd gitlab-ci
# Create a tmp directory inside application
sudo -u gitlab_ci -H mkdir -p tmp/pids
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment