Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iván Sánchez Ortega
Leaflet.ImageOverlay.Arrugator
Commits
ba098081
Commit
ba098081
authored
Mar 09, 2021
by
Iván Sánchez Ortega
Browse files
Adding gitlab CI for bundling & gitlab pages
parent
8cb34a63
Pipeline
#267810075
failed with stages
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ba098081
image
:
node:latest
cache
:
paths
:
-
node_modules/
test_async
:
script
:
-
npm install
-
npm run rollup
artifacts
:
paths
:
-
dist/
pages
:
stage
:
deploy
script
:
-
mkdir .public
-
cp -rv dist .public
-
cp -rv demo .public
-
cp -rv demodata .public
-
mv .public public
artifacts
:
paths
:
-
public
expire_in
:
1 day
only
:
-
master
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment