Skip to content

Commit

Permalink
fixed pipeline step oreder
Browse files Browse the repository at this point in the history
  • Loading branch information
ATGardner committed Apr 10, 2022
1 parent 8185e7d commit 3f789c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions build/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ steps:
- name: build
on:
- success
- name: codegen
on:
- success

push_dev:
stage: Push Dev
Expand Down
9 changes: 6 additions & 3 deletions build/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ steps:

codegen:
<<: *deps
stage: Release
stage: Test
title: check codegen
commands:
- make codegen
- make check-worktree
when:
steps:
- name: download_modules
- name: lint
on:
- success

Expand All @@ -80,7 +80,7 @@ steps:
- make test
when:
steps:
- name: lint
- name: codegen
on:
- success

Expand Down Expand Up @@ -130,6 +130,9 @@ steps:
- name: build
on:
- success
- name: codegen
on:
- success

build_binaries:
<<: *deps
Expand Down

0 comments on commit 3f789c8

Please sign in to comment.