Skip to content

Instantly share code, notes, and snippets.

@zmarkan
zmarkan / config.yml
Last active March 19, 2021 09:39 — forked from hacktivist123/config.yml
Cloud Foundry CircleCI
version: '2.1'
jobs:
install-login-deploy:
docker:
- image: cimg/base:stable
steps:
- checkout
- run:
name: Install Cloud Foundry CLI