mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
10 lines
256 B
Bash
10 lines
256 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Note: The STABLE_ prefix will force a relink when the value changes when using rules_go x_defs.
|
||
|
|
||
|
echo STABLE_GIT_COMMIT "continuous-integration"
|
||
|
echo DATE "now"
|
||
|
echo DATE_UNIX "0"
|
||
|
echo DOCKER_TAG "ci-foo"
|
||
|
echo STABLE_GIT_TAG "c1000deadbeef"
|