This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
cryptohagen.dk
/
website
Watch
2
Star
0
Fork
1
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Specify specific version of bundler in .drone.yml
master
Jesper Hess
1 year ago
parent
a5ea201918
commit
10e3fde4c0
Signed by:
graffen
<jesper@graffen.dk>
GPG Key ID:
351A89E40D763F0F
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.drone.yml
+ 1
- 1
.drone.yml
View File
@@ -5,7 +5,7 @@ steps:
- name: build
image: ruby
commands:
- gem install bundler
- gem install bundler
:1.17.3
- bundle install
- bundle exec jekyll build
Write
Preview
Loading…
Cancel
Save