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