Skip to content
Snippets Groups Projects
Commit f78ef1d6 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

Bug fix: workdir is always changing, causing cache doesn't work

parent 9a657307
No related branches found
No related tags found
No related merge requests found
Pipeline #938 failed with stage
in 19 seconds
......@@ -74,7 +74,9 @@ function do_namespace_copy
end
end
set workdir (pwd)
for ns in $gitlab_namespace_src
cd $workdir
do_namespace_copy $ns
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment