mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
CI: nostamp config for better cache hits (#9633)
This commit is contained in:
9
hack/workspace_status_ci.sh
Executable file
9
hack/workspace_status_ci.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user