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

fixed to cache build between runs

Former-commit-id: 2bfa0c47
parent c52840e1
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ do-build: ...@@ -19,6 +19,7 @@ do-build:
- "" - ""
- "cd $CICD_TO_TEST_DIR" - "cd $CICD_TO_TEST_DIR"
- "cp -r . /tmp/peasoup_test" - "cp -r . /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"
- "./build-all.sh --debug" - "./build-all.sh --debug"
......
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