diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2012-09-02 18:31:16 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytse@dosire.com> | 2012-09-02 18:39:50 +0200 |
commit | b80dd3d2422b59a1b241ccdae32140ca19f33dc3 (patch) | |
tree | ac364aae61f801ff1ea914bb60d9193418533f89 /lib/api.rb | |
parent | eae41ad1df37cec184179df02fce7faa9434cb2a (diff) | |
download | gitlab-ce-b80dd3d2422b59a1b241ccdae32140ca19f33dc3.tar.gz |
Non-interactive AWS install by running a single script.
Merge branch 'master' into non-interactive-aws-install
Conflicts:
doc/installation.md
Fix merge mess in installation.md
Diffstat (limited to 'lib/api.rb')
-rw-r--r-- | lib/api.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api.rb b/lib/api.rb index 3ff3b3836f4..be04701c25d 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -16,5 +16,6 @@ module Gitlab mount Users mount Projects mount Issues + mount Milestones end end |