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.
2 parents e2e21fd + e1535af commit ff55e32Copy full SHA for ff55e32
buildsystem/CompileSuite/autoTests/config.sh
@@ -24,6 +24,7 @@
24
cnf_scheduler_secret="..."
25
cnf_scheduler="https://example.com?client="$cnf_scheduler_secret
26
27
+# temporary git & build directory: careful, will be purged!
28
cnf_gitdir="$HOME/picongpu-src/"
29
cnf_builddir="$HOME/build/"
30
buildsystem/CompileSuite/autoTests/get_work.sh
@@ -31,7 +31,7 @@ security_check $thisDir
31
32
# clean up old stuff
33
#
34
-rm -rf $cnf_gitdir/* $cnf_gitdir/.git*
+rm -rf $cnf_gitdir
35
mkdir -p $cnf_gitdir
36
cd $cnf_gitdir
37
0 commit comments