From 68c1281162543379ca98c193f2e1295c864bea6f Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 22 Jan 2019 11:51:38 +1100 Subject: [PATCH] Added x86_64 tags, changed docker:dind service --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 355f7bc..bf11cc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,10 @@ variables: BRANCH: plus VERSION: 7.2-fpm-${BRANCH} CACHETAG: build-${BRANCH} - DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375 + DOCKER_HOST: tcp://docker:2375 services: -- ${CI_REGISTRY}/leenooks/ci-docker:dind +- docker:dind before_script: - docker info @@ -28,7 +28,7 @@ test: only: - debug -build: +x86_64:build: stage: build script: - if [ -f init ]; then chmod 500 init; fi