Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 809 Bytes

File metadata and controls

23 lines (18 loc) · 809 Bytes

ci-do

Codacy Badge

Docker image to be used in Continuous Integration environments such as CircleCI, with tools to interact with Digital Ocean

Usage

CircleCI

Use this image directly on CircleCI for simple steps

version: 2
jobs:
  build:
    docker:
      - image: codacy:ci-do:1.0.0
    steps:
      - checkout
      - setup_credentials:
          command: doctl auth init -t $TOKEN &>/dev/null