Skip to content
Snippets Groups Projects
Commit 1c221d19 authored by Jason Hiser's avatar Jason Hiser
Browse files

using rsync to copy files faster

parent 987fb18a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -17,7 +17,7 @@ do-build:
- "whoami"
- "env|grep CICD"
- ""
- "cp -r $CICD_TO_TEST_DIR /tmp/peasoup_test"
- "rsync -a --exclude='.git' $CICD_TO_TEST_DIR /tmp/peasoup_test"
- "cd /tmp/peasoup_test"
- "source set_env_vars"
- "sudo ./get-peasoup-packages.sh all"
......
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