Skip to content

Instantly share code, notes, and snippets.

@loz
Created January 2, 2015 12:44
Show Gist options
  • Save loz/08baac849946ea58260a to your computer and use it in GitHub Desktop.
Save loz/08baac849946ea58260a to your computer and use it in GitHub Desktop.
Drydock manual build example
name: "Drydock"
steps:
checkout:
image: git-checkout
# Running image will bind mount /root/.ssh credentials
ssh: true
# CO -> Manual Build Script
manual-build:
dependencies:
- checkout
image: shell-command
# Running image needs docker socket
docker: true
volumes:
- checkout
args: ./manual-cd.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment