diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-15 16:48:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 16:48:28 +0100 |
commit | c0073f62687a2459a93d7b8a07a3970629205fd8 (patch) | |
tree | 11e388c969ea811bc3323bca6b0adc5f59d78a42 /tests/build-remote-content-addressed-fixed.sh | |
parent | 91ea9c52ee42bbcc8ff344e20e10e15f3ca62cd8 (diff) | |
parent | ae1441e5488a0e1608851b329358eb390a08ac27 (diff) |
Merge pull request #4580 from obsidiansystems/restore-test-build-remote-ca-fixed
Restore now-working build-remote-content-addressed-fixed test
Diffstat (limited to 'tests/build-remote-content-addressed-fixed.sh')
-rw-r--r-- | tests/build-remote-content-addressed-fixed.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/build-remote-content-addressed-fixed.sh b/tests/build-remote-content-addressed-fixed.sh new file mode 100644 index 000000000..ae7441591 --- /dev/null +++ b/tests/build-remote-content-addressed-fixed.sh @@ -0,0 +1,5 @@ +source common.sh + +file=build-hook-ca-fixed.nix + +source build-remote.sh |