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

using rsync to copy files faster

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