From 6c0e582934508951c64cc0d534030440c9f045c2 Mon Sep 17 00:00:00 2001 From: Domas Monkus Date: Mon, 26 Sep 2022 11:31:27 +0300 Subject: [PATCH] Defining port mappings without quotes is ambiguous yaml syntax. --- .github/workflows/gitlab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitlab.yml b/.github/workflows/gitlab.yml index fe0ee303d..c85cfd065 100644 --- a/.github/workflows/gitlab.yml +++ b/.github/workflows/gitlab.yml @@ -6,7 +6,7 @@ jobs: services: gitlab: image: docker://gitlab/gitlab-ce - ports: [8000:8000] + ports: ['8000:8000'] env: GITLAB_OMNIBUS_CONFIG: | external_url 'http://localhost:8000/gitlab'