* Always create hydra-build-products, otherwise the build is made
available as a one-click install which is not useful. svn path=/nixos/trunk/; revision=19296
This commit is contained in:
parent
8e375da98e
commit
4c2fe97acc
@ -32,6 +32,8 @@ rec {
|
|||||||
mv $i $out/coverage-data/$(dirname $i)
|
mv $i $out/coverage-data/$(dirname $i)
|
||||||
done
|
done
|
||||||
|
|
||||||
|
touch $out/nix-support/hydra-build-products
|
||||||
|
|
||||||
for i in $out/*.png; do
|
for i in $out/*.png; do
|
||||||
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
|
echo "report screenshot $i" >> $out/nix-support/hydra-build-products
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user