use CI_PROJECT_NAME

This commit is contained in:
yrzr 2021-02-26 12:01:21 +08:00
parent 13dca780eb
commit 3b9071e7d8

View File

@ -1,12 +1,11 @@
variables: variables:
BASENAME: gitlab-ce-arm64v8 BASENAME: ${CI_PROJECT_NAME}
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
stages: stages:
- check - check
- build - build
check: check:
image: docker:stable-git image: docker:stable-git
stage: check stage: check