Skip to content
Snippets Groups Projects
Commit b252f5fa authored by Henrik Askjer's avatar Henrik Askjer
Browse files

allow everything

parent c0ff7343
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,7 @@ build-prod: ...@@ -47,10 +47,7 @@ build-prod:
- echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production - echo "VUE_APP_RELEASE=$CI_COMMIT_REF_NAME" >> .env.production
- npm install --progress=false - npm install --progress=false
- npm run build -- --mode production - npm run build -- --mode production
- 'echo -e "\nDisallow: /" >> dist/robots.txt' - 'echo -e "\nDisallow:" >> dist/robots.txt'
- 'echo -e "\nAllow: /index.html" >> dist/robots.txt'
- 'echo -e "\nAllow: /css/" >> dist/robots.txt'
- 'echo -e "\nAllow: /js/" >> dist/robots.txt'
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
paths: paths:
......
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