Skip to content

Instantly share code, notes, and snippets.

@Kyslik
Created July 16, 2019 14:08
Show Gist options
  • Save Kyslik/4a747f406a26ff150fc11779f4fe56ba to your computer and use it in GitHub Desktop.
Save Kyslik/4a747f406a26ff150fc11779f4fe56ba to your computer and use it in GitHub Desktop.
version: 2.1
jobs:
enter-debug:
docker:
- image: circleci/node:10
steps:
- run: echo "Hi!"
workflows:
version: 2
test_and_push:
jobs:
- enter-debug: # Can't get in without this, lets see
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment