Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
67281369
Commit
67281369
authored
Dec 26, 2016
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation about new configuration keys in the README
parent
207a1a63
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+8
-0
No files found.
README.md
View file @
67281369
...
...
@@ -42,6 +42,9 @@ file di configurazione `config.json` presente in essa, in questo modo:
```
json
{
"base-url"
:
"http://wwwtest.ubuntu-it.org"
,
"update-commit-status"
:
true
,
"git-url"
:
"http://code.ubuntu-it.org/ubuntu-it-web/www.git"
,
"gitlab-token"
:
"YOUR-API-KEY"
,
"gitlab-url"
:
"http://code.ubuntu-it.org"
,
"gitlab-project"
:
"ubuntu-it-web/www"
,
...
...
@@ -54,6 +57,11 @@ file di configurazione `config.json` presente in essa, in questo modo:
I parametri in esso sono i seguenti:
*
`base-url`
è l'URL dell'istanza, utilizzato nelle iterazioni con GitLab
*
`update-commit-status`
indica se l'istanza deve aggiornare il commit status
su Gitlab (di default su
`false`
per impedire update accidentali in caso di
test)
*
`git-url`
è l'indirizzo del repository git da clonare
*
`gitlab-token`
è l'API key di GitLab del tuo account
*
`gitlab-url`
è l'URL dell'istanza GitLab
*
`gitlab-project`
è l'ID del progetto su GitLab
...
...
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