Skip to content

Files

Latest commit

d1ee5fa · Jun 17, 2020

History

History

tools-install

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 8, 2020
Jun 17, 2020

Tools install

Orb to make it easier to extract tools from archives.

version: 2.1
orbs:
  tools-install: ovotech/tools-install@1
jobs:
  build:
    machine: true
    steps:
      - tools-install/do:
          archive_url: https://get.helm.sh/helm-v3.2.2-linux-amd64.tar.gz
          symlink_source: linux-amd64/helm
      - run: helm version