Skip to content

Commit

Permalink
Remove unused build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Jul 5, 2019
1 parent 4034a4f commit d34f9d1
Show file tree
Hide file tree
Showing 83 changed files with 5 additions and 4,688 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
@@ -1,6 +1,6 @@
target
.idea
.git
tools2/docker/Dockerfile.dev
tools/docker/Dockerfile.dev
pipeline.yaml
.dockerignore
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -167,7 +167,7 @@ testPythonTask := {
val s = streams.value
installPipPackageTask.value
Process(
activateCondaEnv ++ Seq("python", "tools2/pytest/run_all_tests.py"),
activateCondaEnv ++ Seq("python", "tools/pytest/run_all_tests.py"),
new File("."),
"MML_VERSION" -> version.value
) ! s.log
Expand Down
47 changes: 0 additions & 47 deletions tools/bin/mml-exec

This file was deleted.

60 changes: 0 additions & 60 deletions tools/build-pr/checkout

This file was deleted.

42 changes: 0 additions & 42 deletions tools/build-pr/report

This file was deleted.

102 changes: 0 additions & 102 deletions tools/build-pr/shared.sh

This file was deleted.

0 comments on commit d34f9d1

Please sign in to comment.