mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-21 10:40:04 -06:00
Include build info in the eggs package
This commit is contained in:
committed by
GitHub Enterprise
parent
3adf331861
commit
10c32ce63b
3
.github/workflows/build-eggsfs.yml
vendored
3
.github/workflows/build-eggsfs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user