diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-25 18:26:34 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-25 18:42:55 +0200 |
commit | b7ccf7ae2af3d7eaf3696358ecbbce5a2bcfe652 (patch) | |
tree | 6ebb70f5726822ccde1c60ca3847b56777a6a52e /tests/post-hook.sh | |
parent | de2641ae99965ecf88e6f72e3969c0c7b7e7020a (diff) |
build-remote.sh: Test LegacySSHStore
Diffstat (limited to 'tests/post-hook.sh')
-rw-r--r-- | tests/post-hook.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/post-hook.sh b/tests/post-hook.sh index a02657215..aa3e6a574 100644 --- a/tests/post-hook.sh +++ b/tests/post-hook.sh @@ -2,6 +2,8 @@ source common.sh clearStore +rm -f $TEST_ROOT/result + export REMOTE_STORE=$TEST_ROOT/remote_store # Build the dependencies and push them to the remote store |