Skip to content
Snippets Groups Projects
Commit 38a68416 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Updated for alpine

parent cdc3f1aa
No related merge requests found
Pipeline #40 failed
...@@ -6,8 +6,7 @@ cache: ...@@ -6,8 +6,7 @@ cache:
test: test:
script: script:
- apt-get update -yqqq - apk --update add bower
- apt-get install -y nodejs bower
- bundle install --path vendor - bundle install --path vendor
- bower install - bower install
- bundle exec middleman build - bundle exec middleman build
...@@ -16,8 +15,7 @@ test: ...@@ -16,8 +15,7 @@ test:
pages: pages:
script: script:
- apt-get update -yqqq - apk --update add bower
- apt-get install -y nodejs bower
- bundle install --path vendor - bundle install --path vendor
- bower install - bower install
- bundle exec middleman build - bundle exec middleman build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment