Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

gettyio/example-circleci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example-circleci

Local CircleCI cli

Quick installation method:

$ curl -fLSs https://circle.ci/cli | bash

Usage

Validation:

$ circleci config validate

Job invoking:

$ circleci local execute --branch mybranch --job myjob

First Job

As a first job task, only dependencies downloading and distribution folder building will be done, simple as that.

Snippet, whole code is available at .circleci/config.yml:

# downloads dependencies
- run: yarn

# builds distribuion folder
- run: yarn build

as i named it build and my current branch is development, the local execution will be something like this:

$ circleci local execute --branch development --job build

About

Example service to be a knowledge base for CircleCI's usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors