Removed uselss mv statement
This commit is contained in:
parent
22f3b42ab1
commit
3e7aaedfbe
|
@ -23,7 +23,6 @@ build_front:
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build
|
||||||
- mv dist /dist
|
|
||||||
cache:
|
cache:
|
||||||
key: "$CI_COMMIT_REF_NAME"
|
key: "$CI_COMMIT_REF_NAME"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue