Skip to content
Snippets Groups Projects
Commit b57c66bf authored by Linzheng Tang's avatar Linzheng Tang
Browse files

chore: Remove LICENSE.txt cleanup from CI pipeline

parent 57155154
No related branches found
No related tags found
No related merge requests found
Pipeline #533283 passed
......@@ -17,7 +17,6 @@ pages:
- mkdir public/
- mv ${CI_PROJECT_NAME}-${DEPLOY_BRANCH}/* public/
- rm public/~partytown/debug/ -rf
- rm public/*.LICENSE.txt
- find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)' -exec brotli -f -k {} \;
- du -sh public/
- zip -r public.test.zip public/
......
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