Include build info in the eggs package

This commit is contained in:
Nick Chapman
2024-09-13 12:19:30 +01:00
committed by GitHub Enterprise
parent 3adf331861
commit 10c32ce63b

View File

@@ -34,6 +34,9 @@ jobs:
run: |
# Create an archive dir to hold all build and deployment artifacts
mkdir -p archive/bin
# Stamp some build information into the package.
echo "commit, $(git describe --always --dirty)" >> archive/build.info
echo "timestamp, $(date +"%Y%m%dT%H%M%S")" >> archive/build.info
# Move the binaries into the archive (we don't copy because it's unecessary and slow)
mv build/ubuntu/* archive/bin
# Move the deploy folder into the archive