Repo that contains several orbs for circleci.
All published orbs can be found here: https://circleci.com/orbs/registry/?query=t3n&filterBy=all
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 |
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.
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT t3n - digital pioneers