mirror of https://github.com/sbt/sbt.git
Remove debug command from actions/remote-cache
The presence of the > debug command causes all output after this test to get very verbose.
This commit is contained in:
parent
dc10abfa30
commit
d47dedfc2c
|
|
@ -50,7 +50,6 @@ $ exists target/scala-2.12/test-classes/MyTest.class
|
||||||
$ exists target/scala-2.12/test-classes/MyTest$.class
|
$ exists target/scala-2.12/test-classes/MyTest$.class
|
||||||
$ exists target/scala-2.12/test-zinc/inc_compile_2.12.zip
|
$ exists target/scala-2.12/test-zinc/inc_compile_2.12.zip
|
||||||
|
|
||||||
> debug
|
|
||||||
> checkIterations 1
|
> checkIterations 1
|
||||||
|
|
||||||
# Artifacts can be pushed twice (enabled overriding)
|
# Artifacts can be pushed twice (enabled overriding)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue