Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
plasma-mobile-org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nicolas Fella
plasma-mobile-org
Commits
f2347144
Commit
f2347144
authored
Dec 20, 2018
by
Bhushan Shah
📱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use build.rb, appearantly ruby -r doesn't work with bundle
parent
d42473da
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
build.rb
build.rb
+5
-0
No files found.
.gitlab-ci.yml
View file @
f2347144
...
...
@@ -11,7 +11,7 @@ pages:
stage
:
deploy
script
:
-
bundle exec pluto update planet.ini
-
bundle exec
ruby -r 'jekyll/planet' -e 'JekyllPlanet.main'
-
bundle exec
build.rb
-
bundle exec jekyll build -d public
artifacts
:
paths
:
...
...
build.rb
0 → 100755
View file @
f2347144
#!/usr/bin/env ruby
require
'jekyll/planet'
JekyllPlanet
.
main
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