about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-06-02T17·01+0000
committertazjin <tazjin@tvl.su>2022-06-03T17·36+0000
commita027ee9f03c33ecb859139d08823da9bdf438b64 (patch)
tree62fea9ba9db846f97d5623da05dabbeee3e564fd /nix
parentb8301ed64bcc4e47fc6c46eff70b96559c134fd3 (diff)
refactor(nix/buildkite): Rename "post" steps to "release" steps r/4202
This is in preparation for a subsequent CL that will do much more
significant changes in //nix/buildkite.

Change-Id: I80a8d67d3a7d593854c8d711572483c2581e7881
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5824
Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'nix')
-rw-r--r--nix/buildkite/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildkite/default.nix b/nix/buildkite/default.nix
index 2b3b3fd9c0..f071b88f9c 100644
--- a/nix/buildkite/default.nix
+++ b/nix/buildkite/default.nix
@@ -203,7 +203,7 @@ rec {
         ++ postBuildSteps;
 
       buildChunks = pipelineChunks "build" buildSteps;
-      postBuildChunks = pipelineChunks "post" postSteps;
+      postBuildChunks = pipelineChunks "release" postSteps;
       chunks = buildChunks ++ postBuildChunks;
     in
     runCommandNoCC "buildkite-pipeline" { } ''