Skip to content
Snippets Groups Projects
Commit bdc04250 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Update .gitlab-ci.yml file

parent 3555ee19
Branches
No related merge requests found
Pipeline #17578 failed with stages
in 1 minute and 47 seconds
......@@ -57,7 +57,7 @@ saving_script:
- docker run -u $(id -u):$(id -g) --entrypoint "/bin/sh" -v "./API:/data" node:20-alpine3.20 -c "cd data && npm init -y &&\
npm install --save puppeteer fs && apk --update --upgrade add chromium &&\
export ENV PUPPETEER_EXECUTABLE_PATH="/usr/bin/chromium-browser && node pre-save_script.js &&\
rm ./*.html && cd saved_files && for file in *_updated*; do mv \"\$file\" \"\$\(echo \"../\$file\" | sed 's/_updated//g'\)\"; done"
rm ./*.html && cd saved_files && for file in \*_updated\*\; do mv \"\$file\" \"\$\(echo \"../\$file\" \| sed \'s/_updated//g\'\)\"\; done"
artifacts:
paths:
- ./API
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment