Skip to content

Commit

Permalink
setup circleci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
xmik committed Feb 20, 2022
1 parent 4dc2d87 commit c81c33e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,22 @@ workflows:
- test_images:
requires:
- build_unit
- release:
- hold:
type: approval
requires:
- e2e_alpine
- build_unit
- e2e_ubuntu
- e2e_alpine
- test_images
filters:
branches:
only: master
- release:
requires:
- hold
filters:
branches:
only: master

jobs:
build_unit:
Expand Down

0 comments on commit c81c33e

Please sign in to comment.