sunakan / notes-about-circleci

MIT License
0 stars 0 forks source link

# Story: ABC #4

Open sunakan opened 5 years ago

sunakan commented 5 years ago

Story: ABC

内容

sunakan commented 5 years ago
---
# User the Hello-Build
version: 2.1

orbs:
  hello: circleci/hello-build@0.0.7 # uses the circleci/buildpack-deps Docker image

workflows:
  "Hello Workflow":
    jobs:
      - hello/hello-build
sunakan commented 5 years ago

結果のCircleCI

sunakan commented 5 years ago
sunakan commented 5 years ago

もう全部ここに載ってた 色々飛ばす

CircleCI Orbs 入門 Nov 10, 2018 #CircleCI https://blog.tsub.me/post/introducing-to-circleci-orbs/

sunakan commented 5 years ago

人が作ったcommandの類も再利用できるのorbらしい

Dockerのコマンド版?

Ansibleのgalaxy?

sunakan commented 5 years ago

使い回すための粒度とか気になりそう。。

sunakan commented 5 years ago

カバレッジ系とかLint系とか別サービスに結果を投げるやつとかでまとめると良さそうな感じする