mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
More testing
This commit is contained in:
parent
cbdcb11d82
commit
8dcd89df0c
@ -5,10 +5,10 @@ services:
|
||||
container_name: gitlab
|
||||
entrypoint:
|
||||
- sh
|
||||
- gitlab-rails console production
|
||||
- ENV['PERSONAL_ACCESS_TOKEN'] = t.token
|
||||
- exit
|
||||
- ls
|
||||
- gitlab-rails console
|
||||
- ENV['PERSONAL_ACCESS_TOKEN'] = "test"
|
||||
- exit
|
||||
environment:
|
||||
- GITLAB_URL='http://localhost:8080'
|
||||
- PERSONAL_ACCESS_TOKEN='token'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user