fix: removed tags from .gitlab-ci.yml
This commit is contained in:
parent
ee7672ffa0
commit
f911e66c80
|
@ -14,8 +14,6 @@ stages:
|
||||||
|
|
||||||
Build:
|
Build:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
|
||||||
- node
|
|
||||||
before_script:
|
before_script:
|
||||||
- yarn config set cache-folder .yarn
|
- yarn config set cache-folder .yarn
|
||||||
- yarn install
|
- yarn install
|
||||||
|
|
Reference in a new issue