Skip to content

Instantly share code, notes, and snippets.

@iynere
Created May 9, 2018 22:04
Show Gist options
  • Save iynere/74f04ccdd0834400cb7099bb30ab1290 to your computer and use it in GitHub Desktop.
Save iynere/74f04ccdd0834400cb7099bb30ab1290 to your computer and use it in GitHub Desktop.
for concur
machine:
machine: true
steps:
- run: |
echo $SLEEP
date
sleep $SLEEP
date
echo 'Done sleeping.'
- run: docker -v
- run:
<<: *basic_docker_build
- run: docker version
environment:
SLEEP: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment