1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
hydra/tests/jobs/deepgit-builder.sh

7 lines
84 B
Bash
Raw Normal View History

#! /bin/sh
set -e
mkdir $out
cp -v $src/* $out/
git describe --long > $out/Version