Skip to content

Commit

Permalink
Add bash prefix to expand * for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jad-hamza committed Dec 1, 2020
1 parent a4b7a55 commit 6eb6c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .larabot.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nightly {
"bash bin/external-tests.sh"
"sbt -batch scripted"
"bash bin/build-slc-lib.sh"
"frontends/scalac/target/universal/stage/bin/stainless-scalac --coq frontends/benchmarks/coq/*.scala"
"bash frontends/scalac/target/universal/stage/bin/stainless-scalac --coq frontends/benchmarks/coq/*.scala"
]
}

Expand Down

0 comments on commit 6eb6c7c

Please sign in to comment.