mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 16:08:26 -05:00
Add simple version to binaries via golink (#1286)
* Add version linking to binaries via --workspace_status_command=./scripts/workspace_status.sh * dont export some things * lint and better date * even better date
This commit is contained in:
4
scripts/workspace_status.sh
Executable file
4
scripts/workspace_status.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo STABLE_GIT_COMMIT $(git rev-parse HEAD)
|
||||
echo DATE $(date --rfc-3339=seconds --utc)
|
||||
Reference in New Issue
Block a user