Skip to content

Commit 4ccb4b9

Browse files
committed
Reuse old script for updating scala-scala
1 parent 0f47fae commit 4ccb4b9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline:
44
pull: true
55
commands:
66
- ln -s /var/cache/drone/scala-scala scala-scala
7-
- (cd scala-scala && git pull)
7+
- ./scripts/update-scala-library
88
- sbt -Ddotty.drone.mem=4096m -ivy /var/cache/drone/ivy2 "${TEST}"
99

1010
matrix:

scripts/update-scala-library

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash -e
2+
3+
baseDir=`pwd`
4+
. $baseDir/scripts/common
5+
update DarkDimius scala scala-scala dotty-library

0 commit comments

Comments
 (0)