Skip to content
Snippets Groups Projects
Commit 8ef61362 authored by Csia Klaudia Kitti's avatar Csia Klaudia Kitti :cat2:
Browse files

Update .gitlab-ci.yml

parent d9b3a8d6
Branches
No related tags found
No related merge requests found
Pipeline #7195 failed
...@@ -6,8 +6,6 @@ build: ...@@ -6,8 +6,6 @@ build:
stage: build stage: build
script: script:
- echo "Building" - echo "Building"
- npm install
- npm run build
- if["$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /var/www/html/index.html; fi - if["$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /var/www/html/index.html; fi
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment