Skip to content

EasyMetrics/circleci-gcp-node10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI 2.0 Node 10.3 Build container

Docker Repository for the EasyMetrics NodeJS CircleCI build & deployment Image.

Usage

# config.yml
    docker:
      - image: easymetrics/circleci-gcp-node10

Essentially it's circleci/node:10.3.0 + NVM + Google Cloud SDK. The SDK is not initialized in this build, that is done during the CI run using secure environment variables ( see the gpc docs ).

The container does not have a headless browser configuration ( We use Jest because in-browser testing is over )

Releases

No releases published

Packages

No packages published