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