Change `move` command to `copy` to prevent issues (#716)

Prevents issues when /runner and /runnertmp are in different devices

Fixes #686
This commit is contained in:
Rob Bos 2021-08-11 02:53:42 +02:00 committed by GitHub
parent fabead8c8e
commit fb66b28569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ if [ ! -d /runner ]; then
fi
sudo chown -R runner:docker /runner
mv /runnertmp/* /runner/
cp -r /runnertmp/* /runner/
cd /runner