More testing

This commit is contained in:
Justin 2018-05-14 18:20:49 -04:00
parent cbdcb11d82
commit 8dcd89df0c

View File

@ -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'