Added x86_64 tags, changed docker:dind service
This commit is contained in:
parent
921575772f
commit
68c1281162
@ -8,10 +8,10 @@ variables:
|
|||||||
BRANCH: plus
|
BRANCH: plus
|
||||||
VERSION: 7.2-fpm-${BRANCH}
|
VERSION: 7.2-fpm-${BRANCH}
|
||||||
CACHETAG: build-${BRANCH}
|
CACHETAG: build-${BRANCH}
|
||||||
DOCKER_HOST: tcp://${CI_REGISTRY}-leenooks-ci-docker:2375
|
DOCKER_HOST: tcp://docker:2375
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- ${CI_REGISTRY}/leenooks/ci-docker:dind
|
- docker:dind
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- docker info
|
- docker info
|
||||||
@ -28,7 +28,7 @@ test:
|
|||||||
only:
|
only:
|
||||||
- debug
|
- debug
|
||||||
|
|
||||||
build:
|
x86_64:build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- if [ -f init ]; then chmod 500 init; fi
|
- if [ -f init ]; then chmod 500 init; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user