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

Add new file

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