Update .gitlab-ci.yml for tags error
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
image: docker:stable
|
image: docker:stable
|
||||||
|
|
||||||
tags:
|
|
||||||
- share
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
@@ -24,3 +21,6 @@ unittest_build:
|
|||||||
- /^develop.*$/i
|
- /^develop.*$/i
|
||||||
- /^master.*$/i
|
- /^master.*$/i
|
||||||
- tags
|
- tags
|
||||||
|
tags:
|
||||||
|
- share
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user