Fix using of existing ci stage
This commit is contained in:
parent
e87bdb031d
commit
dfbf400b45
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: image
|
stage: build
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG != null'
|
- if: '$CI_COMMIT_TAG != null'
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue