Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .probo.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
steps:
- name: Set docroot..
- name: Set docroot.
plugin: LAMPApp
subDirectory: _site
- name: Update system
- name: Update system.
plugin: Script
script:
- gem uninstall bundler
- apt-get update
- name: Install Imagemagick
- name: Install Imagemagick.
plugin: Script
script:
- apt-get install -y software-properties-common imagemagick
- apt-add-repository -y ppa:brightbox/ruby-ng
- apt-get update
- name: Install Ruby 2.3
- name: Install Ruby 2.3.
plugin: Script
script:
- apt-get install -y ruby2.3 ruby2.3-dev
- update-alternatives --config ruby
- gem install bundler
- name: Install Jekyll Dependencies
- name: Install Jekyll build Dependencies.
plugin: Script
script:
- cd $SRC_DIR
Expand Down