Skip to content
Snippets Groups Projects
Commit 2f601301 authored by Clara Daia Hilgenberg Daru's avatar Clara Daia Hilgenberg Daru
Browse files

rsync with --delete to prevent conflicts with other issues' new files

parent afc1fdf6
No related branches found
No related tags found
1 merge request!51Merge development to master
......@@ -103,7 +103,7 @@ then
for i in "${!IMAGES_LIST[@]}"
do
printf "Copying to docker/%s/agent\n" "$i"
rsync -au ../* docker/"$i"/agent --exclude test --exclude build/*
rsync -au ../* docker/"$i"/agent --delete --exclude test --exclude build/*
done
printf "\n"
......
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