File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -56,10 +56,16 @@ jobs:
56
56
echo $PATH
57
57
echo "$PWD"
58
58
hostname
59
+ become mismatch-finder-staging rm -rf mismatch-finder-repo-next
60
+ cp -rv mismatch-finder-repo-next/ ~tools.mismatch-finder-staging/
61
+ become mismatch-finder-staging take mismatch-finder-repo-next
62
+ become mismatch-finder-staging cp .env mismatch-finder-repo-next/
63
+ become mismatch-finder-staging mkdir -p mismatch-finder-repo-next/storage/app/allowlist
64
+ become mismatch-finder-staging cp uploaders.txt mismatch-finder-repo-next/storage/app/allowlist/
59
65
# Make sure ~tools.mismatch-finder-staging/mismatch-finder-repo-next is group writable
60
- become mismatch-finder-staging chmod -R g+rwx ~tools.mismatch-finder-staging/mismatch-finder-repo-next
66
+ # become mismatch-finder-staging chmod -R g+rwx ~tools.mismatch-finder-staging/mismatch-finder-repo-next
61
67
# Change group of ~/mismatch-finder-repo-next (including symlinks) to tools.mismatch-finder-staging
62
- chgrp --no-dereference -R tools.mismatch-finder-staging ~/mismatch-finder-repo-next
63
- rsync -rlgD --delete --delay-updates --exclude '.nfs*' --exclude .env --exclude storage/app/ ~/mismatch-finder-repo-next ~tools.mismatch-finder-staging/
68
+ # chgrp --no-dereference -R tools.mismatch-finder-staging ~/mismatch-finder-repo-next
69
+ # rsync -rlgD --delete --delay-updates --exclude '.nfs*' --exclude .env --exclude storage/app/ ~/mismatch-finder-repo-next ~tools.mismatch-finder-staging/
64
70
# take aborts recursion whenever it encounters a symlink, thus we use find+xargs to make sure all folders and file ares handled.
65
- find ~tools.mismatch-finder-staging/mismatch-finder-repo-next -type d,f \! -user tools.mismatch-finder-staging -print0 | become mismatch-finder-staging xargs -r --null take 2>&1 | { grep -vF 'will not follow or touch symlinks' || true; }
71
+ # find ~tools.mismatch-finder-staging/mismatch-finder-repo-next -type d,f \! -user tools.mismatch-finder-staging -print0 | become mismatch-finder-staging xargs -r --null take 2>&1 | { grep -vF 'will not follow or touch symlinks' || true; }
You can’t perform that action at this time.
0 commit comments