Update .gitlab-ci.yml
This commit is contained in:
@@ -3,13 +3,7 @@ image: docker:latest
|
|||||||
services:
|
services:
|
||||||
- docker:dind
|
- docker:dind
|
||||||
|
|
||||||
stages:
|
|
||||||
- build
|
|
||||||
|
|
||||||
variables:
|
|
||||||
TEST_IMAGE_NAME: grav_test:$CI_COMMIT_REF_NAME
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- docker build --pull -t $TEST_IMAGE_NAME .
|
- docker build --pull -t grav_test .
|
||||||
|
|||||||
Reference in New Issue
Block a user