Skip to content

Commit 26db28a

Browse files
committed
Update drone with custom image
1 parent 71efc9f commit 26db28a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.drone.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
pipeline:
22
build:
3-
image: ruby:2.0
3+
image: scalaplatform/jdk8-ruby2-coursier:0.1
4+
pull: true
45
commands:
5-
- curl -L -o coursier https://git.io/vgvpD
66
- bundle install
7-
- chmod +x coursier
87
- ./scripts/run-tut.sh
98
- rm -r tut-tmp
109
- bundle exec jekyll build

.drone.yml.sig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
eyJhbGciOiJIUzI1NiJ9.cGlwZWxpbmU6CiAgYnVpbGQ6CiAgICBpbWFnZTogcnVieToyLjAKICAgIGNvbW1hbmRzOgogICAgICAtIGN1cmwgLUwgLW8gY291cnNpZXIgaHR0cHM6Ly9naXQuaW8vdmd2cEQKICAgICAgLSBidW5kbGUgaW5zdGFsbAogICAgICAtIGNobW9kICt4IGNvdXJzaWVyCiAgICAgIC0gLi9zY3JpcHRzL3J1bi10dXQuc2gKICAgICAgLSBybSAtciB0dXQtdG1wCiAgICAgIC0gYnVuZGxlIGV4ZWMgamVreWxsIGJ1aWxkCg.vnXkcZj1-bb1RTubdu4TQ4uMvp24fwKTPwrBUkxvEys
1+
eyJhbGciOiJIUzI1NiJ9.cGlwZWxpbmU6CiAgYnVpbGQ6CiAgICBpbWFnZTogc2NhbGFwbGF0Zm9ybS9qZGs4LXJ1YnkyLWNvdXJzaWVyOjAuMQogICAgcHVsbDogdHJ1ZQogICAgY29tbWFuZHM6CiAgICAgIC0gYnVuZGxlIGluc3RhbGwKICAgICAgLSAuL3NjcmlwdHMvcnVuLXR1dC5zaAogICAgICAtIHJtIC1yIHR1dC10bXAKICAgICAgLSBidW5kbGUgZXhlYyBqZWt5bGwgYnVpbGQK.uCV-tIDp9xbL2u2y27B9id6SL89dBfiiiTvVXYxHAbw

scripts/run-tut.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
COURSIER_CLASSPATH="$(./coursier fetch -p com.chuusai:shapeless_2.11:2.3.1 org.scala-lang.modules::scala-xml:1.0.3)"
3+
COURSIER_CLASSPATH="$(coursier fetch -p com.chuusai:shapeless_2.11:2.3.1 org.scala-lang.modules::scala-xml:1.0.3)"
44

5-
./coursier launch -r "https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.11:0.4.4 -- . tut-tmp '.*\.md$' -classpath "$COURSIER_CLASSPATH" -Xfatal-warnings -feature
5+
coursier launch -r "https://dl.bintray.com/tpolecat/maven/" org.tpolecat:tut-core_2.11:0.4.4 -- . tut-tmp '.*\.md$' -classpath "$COURSIER_CLASSPATH" -Xfatal-warnings -feature

0 commit comments

Comments
 (0)