Skip to content

t3n/circleci-orbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published