Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NGSI-LD API
Manage
Activity
Members
Labels
Plan
Issues
17
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
CIM - Context Information Management
NGSI-LD API
Commits
bdc04250
Commit
bdc04250
authored
7 months ago
by
Serafino Pirronitto
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
3555ee19
Branches
Branches containing commit
No related merge requests found
Pipeline
#17578
failed with stages
in 1 minute and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
bdc04250
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment