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

Update .gitlab-ci.yml

parent ed589b1e
No related branches found
No related tags found
No related merge requests found
Pipeline #7194 failed
......@@ -8,7 +8,7 @@ build:
- echo "Building"
- npm install
- npm run build
- if["$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /var/www/example.com/html; fi
- if["$CI_COMMIT_REF_NAME" == "master"]; then cp -R dist/* /var/www/html/index.html; fi
test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment