Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2659d4e1
Commit
2659d4e1
authored
Aug 14, 2018
by
Gabriel Mazetto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Middleman template for GitLab CI
parent
bea52d82
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
vendor/gitlab-ci-yml/Pages/Middleman.gitlab-ci.yml
vendor/gitlab-ci-yml/Pages/Middleman.gitlab-ci.yml
+7
-6
No files found.
vendor/gitlab-ci-yml/Pages/Middleman.gitlab-ci.yml
View file @
2659d4e1
# Full project: https://gitlab.com/pages/middleman
# Full project: https://gitlab.com/pages/middleman
image
:
ruby:2.3
image
:
ruby:2.4
variables
:
LANG
:
"
C.UTF-8"
cache
:
cache
:
paths
:
paths
:
-
vendor
-
vendor
test
:
before_script
:
script
:
-
apt-get update -yqqq
-
apt-get update -yqqq
-
apt-get install -y nodejs
-
apt-get install -y nodejs
-
bundle install --path vendor
-
bundle install --path vendor
test
:
script
:
-
bundle exec middleman build
-
bundle exec middleman build
except
:
except
:
-
master
-
master
pages
:
pages
:
script
:
script
:
-
apt-get update -yqqq
-
apt-get install -y nodejs
-
bundle install --path vendor
-
bundle exec middleman build
-
bundle exec middleman build
artifacts
:
artifacts
:
paths
:
paths
:
...
...
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