Skip to content

Commit 010cc71

Browse files
committed
Merge remote-tracking branch 'origin/feature/new-environment-api' into feature/new-environment-api
2 parents 35c1865 + 20512dd commit 010cc71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ide-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks{
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")

ide-common/src/main/kotlin/org/digma/intellij/plugin/docker/Downloader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import java.nio.file.Files
1414
import java.nio.file.StandardCopyOption
1515
import 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"
1818
private const val COMPOSE_FILE_NAME = "docker-compose.yml"
1919
const val COMPOSE_FILE_DIR = "digma-docker"
2020
private const val RESOURCE_LOCATION = "docker-compose"

0 commit comments

Comments
 (0)