Skip to content

Instantly share code, notes, and snippets.

@soulchips
soulchips / config.yaml
Last active July 21, 2022 16:47
realitycheck with vm-jobs behind a proxy
version: 2
resource_job_defaults: &resource_job_defaults
docker:
- image: 'cimg/base:2021.02-20.04'
steps:
- run:
name: verify required Environment Variables
command: |
if [ -z "${CIRCLE_HOSTNAME}" -o -z "${CIRCLE_TOKEN}" ];then
@soulchips
soulchips / git-cheat-sheet.md
Created March 1, 2018 00:17 — forked from prograhammer/git-cheat-sheet.md
Git cheat sheet for some useful Git commands and command scenarios.