Skip to content

Commit

Permalink
update buddy (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jan 14, 2022
1 parent dd1e4ed commit e129d12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|[AppVeyor](https://www.appveyor.com/docs/how-to/filtering-commits/#skip-commits)|[![Build status](https://ci.appveyor.com/api/projects/status/yagkbieyahgxx7cd?svg=true)](https://ci.appveyor.com/project/srz-zumix/ci-skip)|:ballot_box_with_check:|:ballot_box_with_check:|[skip appveyor]| [doc](https://www.appveyor.com/docs/how-to/filtering-commits/#skip-commits) |
|[Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#skipping-ci-for-individual-commits)|[![Build Status](https://dev.azure.com/srz-zumix/ci-skip/_apis/build/status/ci-skip)](https://dev.azure.com/srz-zumix/ci-skip/_build/latest?definitionId=6)|:ballot_box_with_check:|:ballot_box_with_check:|skip-checks: true, \*\*\*NO_CI\*\*\*,<br> [skip KEYWORD] or [KEYWORD skip]<br> (KEYWORD: azurepipelines, azpipelines, azp)|[workaround](https://github.com/Microsoft/azure-pipelines-agent/issues/858#issuecomment-457027046)|
|[Bitrise](http://devcenter.bitrise.io/tips-and-tricks/skip-a-build/)|[![Build Status](https://app.bitrise.io/app/888b3fc92ca7352c/status.svg?token=1zo_JkiGKmgbqRGxtLdieQ&branch=master)](https://app.bitrise.io/app/888b3fc92ca7352c)|:ballot_box_with_check:|:ballot_box_with_check:|||
|[Buddy](https://buddy.works/knowledge/deployments/how-use-commit-commands)|[![buddy pipeline](https://app.buddy.works/zumixcpp/ci-skip/pipelines/pipeline/127277/badge.svg?token=a0d4d12b159d24a0234f9ed9567ebb40a6268f39f8151ef552999864674de564 "buddy pipeline")](https://app.buddy.works/zumixcpp/ci-skip/pipelines/pipeline/127277)|:x:|:x:|--skip||
|[Buddy](https://buddy.works/knowledge/deployments/how-use-commit-commands)|[![buddy pipeline](https://app.buddy.works/srzzumix/ci-skip/pipelines/pipeline/369104/badge.svg?token=1141053422e24104528f0a57150aeeea9d803d3ed04d634fcca80b8344b7a2c6 "buddy pipeline")](https://app.buddy.works/srzzumix/ci-skip/pipelines/pipeline/369104)|:x:|:x:|--skip||
|[Circle CI](https://circleci.com/docs/1.0/skip-a-build/)|[![CircleCI](https://circleci.com/gh/srz-zumix/ci-skip/tree/master.svg?style=svg)](https://circleci.com/gh/srz-zumix/ci-skip/tree/master)|:ballot_box_with_check:|:ballot_box_with_check:| | |
|[Cirrus CI](https://cirrus-ci.org/guide/writing-tasks/#conditional-task-execution)|[![Cirrus Build Status](https://api.cirrus-ci.com/github/srz-zumix/ci-skip.svg?branch=master)](https://cirrus-ci.com/github/srz-zumix/ci-skip/master)|:ballot_box_with_check:|:ballot_box_with_check:| | |
|[Codefresh](https://docs.codefresh.io/v1.0/docs/conditional-execution-of-steps)|[![Codefresh build status]( https://g.codefresh.io/api/badges/pipeline/srz-zumix/srz-zumix%2Fci-skip%2Fci-skip?type=cf-2)]( https://g.codefresh.io/public/accounts/srz-zumix/pipelines/5a8d6d36d78094000162db49)|:x:|:x:||[doc1](https://docs.codefresh.io/docs/build-1), [doc2](https://docs.codefresh.io/docs/handling-commit-messages-with-quotes)|
Expand Down
13 changes: 8 additions & 5 deletions buddy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
events:
- type: "PUSH"
refs:
- master
- "refs/heads/master"
priority: "NORMAL"
auto_clear_cache: true
clone_depth: 1
actions:
- action: "Execute: Always Success"
- action: "Execute: echo OK"
type: "BUILD"
working_directory: "/buddy/ci-skip"
docker_image_name: "library/ubuntu"
docker_image_tag: "16.04"
docker_image_tag: "18.04"
execute_commands:
- "echo OK"
mount_filesystem_path: "/buddy/ci-skip"
volume_mappings:
- "/:/buddy/ci-skip"
cache_base_image: true
shell: "BASH"
trigger_condition: "ALWAYS"

0 comments on commit e129d12

Please sign in to comment.