Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.7 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.7 KB

CircleCI Orbs

license: MIT standard-readme compliant

Repo that contains several orbs for circleci.

Background

All published orbs can be found here: https://circleci.com/orbs/registry/?query=t3n&filterBy=all

Usage

Orb: Composer

This orb adds a new job to remove composer dev dependencies

Parameter Default value Description
workspace_root ~/workspace Defines the workspace root to operate the commadns in
working-directory app The directory the composer commands will be executed in. This dir is relative to the workspace_root

Publish

Create a personal API token in CircleCI. Save it to circleci-cli config file:

$ mkdir ~/.circleci
$ cat <<EOF >> ~/.circleci/cli.yml
host: https://circleci.com
endpoint: graphql-unstable
token: <api-token>
EOF

Snippets for publishing commands are at t3n/pet-snippets.

Contributing

PRs accepted.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT t3n - digital pioneers