obix 0.3.2

Implementation of outbox backed by PG / sqlx
Documentation
apiVersion: vendir.k14s.io/v1alpha1
kind: Config

# Relative to ci/
directories:
- path: ../.github/workflows/vendor
  contents:
  - path: . # Copy this folder out to ..
    git:
      url: https://github.com/GaloyMoney/galoy-concourse-shared.git
      ref: 8653c10a6ed135eea3d26cce9772afa96e0139d6
    includePaths:
    - shared/actions/*
    excludePaths:
    - shared/actions/nodejs-*
    - shared/actions/docker-*
    - shared/actions/chart-*
    newRootPath: shared/actions

- path: ./vendor
  contents:
  - path: .
    git:
      url: https://github.com/GaloyMoney/galoy-concourse-shared.git
      ref: 8653c10a6ed135eea3d26cce9772afa96e0139d6
    includePaths:
    - shared/ci/**/*
    excludePaths:
    - shared/ci/**/nodejs-*
    - shared/ci/**/chart-*
    - shared/ci/**/docker-*
    newRootPath: shared/ci