We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed64435 commit 9e25946Copy full SHA for 9e25946
1 file changed
replication/splc23-views/build.bat
@@ -7,7 +7,7 @@ rem Get the current directory
7
for %%A in ("%CD%") do set "currentDir=%%~nxA"
8
9
rem Check if the current directory ends with the target sub-path
10
-if "%currentDir:~-9%"=="%targetSubPath%" (
+if "%currentDir:~-12%"=="%targetSubPath%" (
11
cd ..\..
12
docker build -t diff-detective-views replication\splc23-views\Dockerfile .
13
@pause
0 commit comments