Skip to content

Instantly share code, notes, and snippets.

@Adron
Created May 29, 2017 22:18
Show Gist options
  • Select an option

  • Save Adron/8b41989d5c325e86d8552a297d537781 to your computer and use it in GitHub Desktop.

Select an option

Save Adron/8b41989d5c325e86d8552a297d537781 to your computer and use it in GitHub Desktop.
Codeship steps example for Data Diluvium.
- name: sailing
service: datadiluvium
command: go clean
- name: sailing_tests
service: datadiluvium
command: go test .
- name: sailing_build
service: datadiluvium
command: go build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment