Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
haddoc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
core-services
haddoc
Commits
758a4674
Commit
758a4674
authored
Jul 06, 2020
by
Soumyabrata Ghosh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cache:
paths: - /cache
parent
a169e685
Pipeline
#29521
passed with stage
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.gitlab-ci.yml
.gitlab-ci.yml
+6
-2
No files found.
.gitlab-ci.yml
View file @
758a4674
...
...
@@ -4,6 +4,10 @@ variables:
JEKYLL_ENV
:
production
LC_ALL
:
C.UTF-8
cache
:
paths
:
-
/cache
before_script
:
-
gem update --system
-
gem install bundler
...
...
@@ -12,7 +16,7 @@ before_script:
test
:
stage
:
test
script
:
-
bundle exec jekyll build -d test
--incremental
-
bundle exec jekyll build -d test
artifacts
:
paths
:
-
test
...
...
@@ -22,7 +26,7 @@ test:
pages
:
stage
:
deploy
script
:
-
bundle exec jekyll build -d public
--incremental
-
bundle exec jekyll build -d public
artifacts
:
paths
:
-
public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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