From 8dcd89df0c3dd281d1de0f86b3892adfcb7ce2b9 Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 14 May 2018 18:20:49 -0400 Subject: [PATCH] More testing --- docker-compose.test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.test.yml b/docker-compose.test.yml index d76cfcd9..03c1c357 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -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'