#!/bin/bash

# exit when any command fails
set -e

# pack the orb source to one unique file named orb.yml
circleci config pack --skip-update-check src > orb.yml
