mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 21:57:16 +00:00
5 lines
101 B
Bash
5 lines
101 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo STABLE_GIT_COMMIT $(git rev-parse HEAD)
|
||
|
echo DATE $(date --rfc-3339=seconds --utc)
|