Remove debug commands in scripted

These just create noise.
This commit is contained in:
Ethan Atkins 2019-01-30 18:07:06 -08:00
parent b2c9d3e2cf
commit 9023b58f83
6 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,3 @@
> debug
> a/update
> a/updateClassifiers

View File

@ -1,4 +1,3 @@
> y1/publishLocal
> y2/publishLocal
> debug
> check

View File

@ -1,4 +1,3 @@
> debug
# load the project definition with transitive dependencies enabled
# and check that they are not downloaded
#$ pause

View File

@ -1,4 +1,3 @@
> debug
> update
# works because scalaVersion is the same as sbtScalaVersion
> compile

View File

@ -19,7 +19,6 @@ $ copy-file changes/mainB1.scala main/B.scala
-> main/compile
$ copy-file changes/libA.scala library/A.scala
> debug
> library/publishM2
# should succeed even without 'update' because Ivy should use the jar from the origin and not copy it to its cache
> main/compile