We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479d3ce commit f000d97Copy full SHA for f000d97
build.gradle
@@ -32,7 +32,7 @@ String timestamp = formatter.format(now)
32
33
tasks.register("exportContainerData") {
34
doFirst {
35
- String hostPath = file("exported_data/data_${config.namespace}_${timestamp}").absolutePath
+ String hostPath = projectDir.relativePath(file("exported_data/data_${config.namespace}_${timestamp}"))
36
37
getExistingVolumeNames().each {
38
String volumeName ->
0 commit comments