File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/org/digma/intellij/plugin/docker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242 val downloadComposeFile = register(" downloadComposeFile" , Download ::class .java){
4343 src(
4444 listOf (
45- " https://get.digma. ai/" )
45+ " https://raw.githubusercontent.com/digma- ai/digma/bc/docker/docker-compose.yml " )
4646 )
4747
4848 val dir = File (project.sourceSets.main.get().output.resourcesDir," docker-compose" )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import java.nio.file.Files
1414import java.nio.file.StandardCopyOption
1515import kotlin.io.path.deleteIfExists
1616
17- private const val COMPOSE_FILE_URL = " https://get.digma. ai/"
17+ private const val COMPOSE_FILE_URL = " https://raw.githubusercontent.com/digma- ai/digma/bc/docker/docker-compose.yml "
1818private const val COMPOSE_FILE_NAME = " docker-compose.yml"
1919const val COMPOSE_FILE_DIR = " digma-docker"
2020private const val RESOURCE_LOCATION = " docker-compose"
You can’t perform that action at this time.
0 commit comments