diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index d1b42854cfce..cf3fc9d4fb38 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -24,7 +24,7 @@ steps: # Revision numbers are defined as the number of commits in the # lineage of HEAD, following only the first parent of merges. - label: ":git:" - if: "build.branch == 'refs/heads/canon'" + branches: "refs/heads/canon" command: | git -c 'credential.helper=gerrit-creds' \ push origin "HEAD:refs/r/$(git rev-list --count --first-parent HEAD)" @@ -106,7 +106,7 @@ steps: # since it happens after :duck: it should not affect the timing of # status reporting back to Gerrit. - label: ":anchor:" - if: "build.branch == 'refs/heads/canon'" + branches: "refs/heads/canon" command: | nix-build -A ci.gcroot --out-link /nix/var/nix/gcroots/depot/canon depends_on: |