Sparrow6GH.git


4393db5 | fix by DSCI Web | 2026-09-11 07:58:03
diff --git a/.dsci/task.bash b/.dsci/task.bash
index 42462ea82217aec1d5ce0c122f43828da1f19647..e73aa8028d3b73146cee40fbb9ccc3de38444627 100644
--- a/.dsci/task.bash
+++ b/.dsci/task.bash
@@ -2,10 +2,6 @@ set -e
 
 echo "hello DSCI"
 
-git clone https://github.com/melezhik/Sparrow6.git
-cd Sparrow6
-git log|head
-
 pwshell_distr="https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/powershell-7.3.7-linux-x64.tar.gz"
 
 export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
@@ -49,16 +45,17 @@ # Create the symbolic link that points to pwsh
 ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
 pwsh --version
 
-cd ../
+rakupp install --no-test Tomty
+
+#export SP6_DEBUG_TASK_CHECK=1
+#export SP6_DEBUG=1
 
-rakupp install --no-test Tomty
+git clone https://github.com/melezhik/Sparrow6.git
+cd Sparrow6
+git log|head
 
 rakupp reinstall --no-test . 
 
 s6 --index-update
-
-#export SP6_DEBUG_TASK_CHECK=1
-#export SP6_DEBUG=1
-
 
 tomty --profile=ci --all --show-failed --color
\ No newline at end of file